puter/class/desktop/fs.nix
2024-08-06 23:35:55 +02:00

6 lines
125 B
Nix

{
boot.initrd.luks.devices.main.device = "/dev/disk/by-label/cryptmain";
fileSystems."/".device = "/dev/mapper/main";
}