diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-09 19:36:12 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-09 19:36:12 +0200 |
commit | c76e8c611fc9889b2a9d6e38fc840b1235b7893c (patch) | |
tree | 1e500987f907db2743e0856adf372f3e03f36799 | |
parent | 32829972b7efb7ebeb2d82631e1edf17e6f08e18 (diff) | |
download | nixos-c76e8c611fc9889b2a9d6e38fc840b1235b7893c.tar nixos-c76e8c611fc9889b2a9d6e38fc840b1235b7893c.tar.gz nixos-c76e8c611fc9889b2a9d6e38fc840b1235b7893c.tar.bz2 nixos-c76e8c611fc9889b2a9d6e38fc840b1235b7893c.tar.xz nixos-c76e8c611fc9889b2a9d6e38fc840b1235b7893c.zip |
modes
-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=2777,file_mode=0666"; | 110 | options = "guest,dir_mode=777,file_mode=666"; |
111 | } | 111 | } |
112 | ]; | 112 | ]; |
113 | 113 | ||