puter/class/desktop/fs.nix
2024-07-26 00:23:45 +02:00

8 lines
166 B
Nix

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