diff options
| -rw-r--r-- | machines/firelink.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix index 14496be..c8b9190 100644 --- a/machines/firelink.nix +++ b/machines/firelink.nix @@ -125,9 +125,7 @@ in { boot.initrd.luks.devices."cryptsystem" = { device = "/dev/disk/by-uuid/8acc11c2-e540-4561-8c88-34176fca1a72"; allowDiscards = true; - keyFile = "/dev/zero"; - keyFileSize = 32; - fallbackToPassword = true; + tryEmptyPassphrase = true; }; fileSystems."/boot" = { |
