summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/samba.nix b/hosts/vidhar/samba.nix
index b3722617..6a590587 100644
--- a/hosts/vidhar/samba.nix
+++ b/hosts/vidhar/samba.nix
@@ -48,7 +48,7 @@
48 48
49 fileSystems."/srv/eos.lower" = { 49 fileSystems."/srv/eos.lower" = {
50 device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/base"; 50 device = "/dev/zvol/hdd-raid6/safe/home/mherold/eos/base";
51 fsType = "ntfs3"; 51 fsType = "ntfs";
52 options = [ "ro" "uid=mherold" "gid=users" "fmask=0177" "dmask=0077" "nofail" "noauto" ]; 52 options = [ "ro" "uid=mherold" "gid=users" "fmask=0177" "dmask=0077" "nofail" "noauto" ];
53 }; 53 };
54 54