diff --git a/host/Rias/hardware-configuration.nix b/host/Rias/hardware-configuration.nix index 6a27162..6e73171 100644 --- a/host/Rias/hardware-configuration.nix +++ b/host/Rias/hardware-configuration.nix @@ -24,7 +24,7 @@ fileSystems."/mnt/D" = { device = "/dev/disk/by-label/Data"; - fsType = "ntfs"; + fsType = "ntfs3"; options = ["umask=0022" "gid=100" "uid=1000" "nofail" ]; };