gitea repo
This commit is contained in:
commit
f610209aff
66 changed files with 2439 additions and 0 deletions
12
hosts/desk/boot.nix
Normal file
12
hosts/desk/boot.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
boot.initrd.luks.devices = {
|
||||
"luks-c14a978c-5752-4d1b-beb9-57fb710cd409" = {
|
||||
device = "/dev/disk/by-uuid/c14a978c-5752-4d1b-beb9-57fb710cd409";
|
||||
allowDiscards = true;
|
||||
keyFileSize = 4096;
|
||||
keyFile = "/dev//disk/by-id/usb-Generic_Flash_Disk_C94D5655-0:0";
|
||||
fallbackToPassword = true;
|
||||
preLVM = false;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue