summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 5b4ee901..40b17ddc 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -107,7 +107,7 @@ in rec {
107 what = "//VALI/Public"; 107 what = "//VALI/Public";
108 where = "/media/vali"; 108 where = "/media/vali";
109 type = "cifs"; 109 type = "cifs";
110 options = "guest,dir_mode=2777,file_mode=0666"; 110 options = "guest,dir_mode=777,file_mode=666";
111 } 111 }
112 ]; 112 ];
113 113