porcorosso: tweak NTFS mount settings

This commit is contained in:
Luke Granger-Brown 2020-06-13 18:29:10 +01:00
parent 32ea0f03ce
commit 6b09925449

View file

@ -53,7 +53,7 @@ in {
"/data" = {
device = "/dev/disk/by-label/BULKDATA";
fsType = "ntfs";
options = [ "rw" "uid=1000" "gid=100" "dmask=077" "fmask=137" "windows_names" ];
options = [ "rw" "uid=1000" "gid=100" "dmask=022" "fmask=024" "windows_names" ];
};
};