Files
alo-cluster/common/unattended-encryption.nix
2024-09-13 13:38:15 +01:00

9 lines
179 B
Nix

{
boot.initrd.kernelModules = [ "usb_storage" ];
boot.initrd.luks.devices."luksroot" = {
allowDiscards = true;
bypassWorkqueues = true;
keyFileSize = 4096;
};
}