diff options
Diffstat (limited to 'modules/nixos/personal/hardware.nix')
| -rw-r--r-- | modules/nixos/personal/hardware.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/personal/hardware.nix b/modules/nixos/personal/hardware.nix index f81c859..3604852 100644 --- a/modules/nixos/personal/hardware.nix +++ b/modules/nixos/personal/hardware.nix @@ -56,7 +56,7 @@ in { preLVM = true; fallbackToPassword = true; keyFileTimeout = 1; - keyfile = + keyFile = config.fileSystems."/boot".device + ":/keyfile"; postOpenCommands = '' |
