Add hardware acceleration for Luks to kevin-pc

This commit is contained in:
Kevin Kandlbinder 2023-05-30 00:52:28 +02:00
parent 0fdba7b2b9
commit afc687f6f3
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -29,6 +29,11 @@
boot.initrd.luks.devices."luks-376a84ea-47d8-494b-aeb4-507ebac2c0fe".device = "/dev/disk/by-uuid/376a84ea-47d8-494b-aeb4-507ebac2c0fe";
boot.initrd.luks.devices."luks-376a84ea-47d8-494b-aeb4-507ebac2c0fe".keyFile = "/crypto_keyfile.bin";
boot.initrd.availableKernelModules = [
"aesni_intel"
"cryptd"
];
time.hardwareClockInLocalTime = true;
virtualisation.libvirtd.enable = true;