1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-07-26 00:23:45 +02:00
parent 1c7523b4c4
commit a1156c3ae9
2 changed files with 8 additions and 6 deletions

View file

@ -2,4 +2,6 @@
boot.initrd.luks.devices.main.device = "/dev/disk/by-label/cryptmain";
fileSystems."/".device = "/dev/mapper/main";
boot.supportedFilesystems = ["ntfs"];
}