diff --git a/hosts/tower/filesystems/default.nix b/hosts/tower/filesystems/default.nix index 7870381..e89da7a 100644 --- a/hosts/tower/filesystems/default.nix +++ b/hosts/tower/filesystems/default.nix @@ -19,12 +19,10 @@ }; "/mnt/Windows1" = { device = "/dev/disk/by-uuid/48F5C6E06416229C"; - fsType = "ntfs"; options = [ "nosuid" "nodev" "noauto" ]; }; "/mnt/Windows2" = { device = "/dev/disk/by-uuid/0A5A3420237C863A"; - fsType = "ntfs"; options = [ "nosuid" "nodev" "noauto" ]; };