mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-06 12:38:19 +02:00
Add hardware acceleration for Luks to kevin-pc
This commit is contained in:
parent
0fdba7b2b9
commit
afc687f6f3
1 changed files with 5 additions and 0 deletions
|
@ -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".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.luks.devices."luks-376a84ea-47d8-494b-aeb4-507ebac2c0fe".keyFile = "/crypto_keyfile.bin";
|
||||||
|
|
||||||
|
boot.initrd.availableKernelModules = [
|
||||||
|
"aesni_intel"
|
||||||
|
"cryptd"
|
||||||
|
];
|
||||||
|
|
||||||
time.hardwareClockInLocalTime = true;
|
time.hardwareClockInLocalTime = true;
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue