From 8ef470ffacd331e8b41799ba335e53bae5e57764 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Wed, 29 Mar 2023 06:59:06 +0000 Subject: [PATCH] syntax / formatting --- hosts/vulkan/luks.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }