syntax / formatting

This commit is contained in:
Bit Borealis 2023-03-29 06:59:06 +00:00
parent 9fbc833834
commit 8ef470ffac
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 2 additions and 2 deletions

View File

@ -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";
}