From 1a8eacccec2468494d8fb57ed9538536c7b5b995 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 18 Dec 2024 23:12:04 -0500 Subject: [PATCH] Fix non-mounting --- hosts/tower/filesystems/default.nix | 2 -- 1 file changed, 2 deletions(-) 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" ]; };