update nix config
This commit is contained in:
parent
f610209aff
commit
07b7f0cc1f
34 changed files with 388 additions and 240 deletions
12
hosts/lap/boot.nix
Normal file
12
hosts/lap/boot.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
boot.initrd.luks.devices = {
|
||||
"luks-847548dd-10b5-46d1-82f4-bf982a32c1b5" = {
|
||||
device = "/dev/disk/by-uuid/847548dd-10b5-46d1-82f4-bf982a32c1b5";
|
||||
allowDiscards = true;
|
||||
keyFileSize = 4096;
|
||||
keyFile = "/dev/disk/by-id/usb-Generic-_SD_MMC_27B8RE273ED5E";
|
||||
fallbackToPassword = true;
|
||||
preLVM = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue