1
0
Fork 0
puter/class/desktop/fs.nix

6 lines
125 B
Nix
Raw Normal View History

2024-02-04 21:51:11 +01:00
{
boot.initrd.luks.devices.main.device = "/dev/disk/by-label/cryptmain";
2024-07-02 00:06:05 +02:00
fileSystems."/".device = "/dev/mapper/main";
2024-02-04 21:51:11 +01:00
}