diff --git a/hosts/vulkan/luks.nix b/hosts/vulkan/luks.nix index acb97f7..bd66f18 100644 --- a/hosts/vulkan/luks.nix +++ b/hosts/vulkan/luks.nix @@ -1,6 +1,6 @@ { ... }: { - # init keyfile + # init keyfile boot.initrd.secrets = { "/crypto_keyfile.bin" = null; }; @@ -9,5 +9,5 @@ boot.initrd.luks.devices."luks-4130c26c-7546-42e9-9d61-8f112e244460".device = "/dev/disk/by-uuid/4130c26c-7546-42e9-9d61-8f112e244460"; boot.initrd.luks.devices."luks-4130c26c-7546-42e9-9d61-8f112e244460".keyFile = - "/crypto_keyfile.bin" + "/crypto_keyfile.bin"; }