diff --git a/class/desktop/fs.nix b/class/desktop/fs.nix index e642157..c59c848 100644 --- a/class/desktop/fs.nix +++ b/class/desktop/fs.nix @@ -2,6 +2,4 @@ boot.initrd.luks.devices.main.device = "/dev/disk/by-label/cryptmain"; fileSystems."/".device = "/dev/mapper/main"; - - boot.supportedFilesystems = ["ntfs"]; }