diff options
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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=777,file_mode=666"; | 110 | options = "guest,dir_mode=0777,file_mode=0666,nounix,iocharset=utf8,sec=none"; |
| 111 | } | 111 | } |
| 112 | ]; | 112 | ]; |
| 113 | 113 | ||
