Switch zippy to disko.
This commit is contained in:
@@ -4,10 +4,16 @@
|
||||
../../common/global
|
||||
../../common/compute-node.nix
|
||||
../../common/dev-node.nix
|
||||
../../common/encrypted-btrfs-layout.nix
|
||||
./hardware.nix
|
||||
];
|
||||
|
||||
diskLayout = {
|
||||
mainDiskDevice = "/dev/disk/by-id/ata-KINGSTON_SKC600MS1024G_50026B7785AE0A92";
|
||||
#keyDiskDevice = "/dev/disk/by-id/usb-Intenso_Micro_Line_22080777660702-0:0";
|
||||
keyDiskDevice = "/dev/sdb";
|
||||
};
|
||||
|
||||
networking.hostName = "zippy";
|
||||
boot.initrd.luks.devices."luksroot".keyFile = "/dev/sdb";
|
||||
services.tailscaleAutoconnect.authkey = "tskey-auth-ktKyQ59f2p11CNTRL-ut8E71dLWPXsVtb92hevNX9RTjmk4owBf";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user