diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-10 15:16:54 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-10 15:16:54 +0200 |
| commit | e9c990d347c63f2031a487deafe90e0c1d0f25e8 (patch) | |
| tree | 30d19fe6eae3a5e36b9e18772c8f857f12224a0f | |
| parent | 74cf821d959d1b26824ff5fbb72193bcd490d21c (diff) | |
| download | nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar.gz nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar.bz2 nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar.xz nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.zip | |
…
| -rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -181,7 +181,7 @@ | |||
| 181 | shares = { | 181 | shares = { |
| 182 | homes = { | 182 | homes = { |
| 183 | comment = "Home Directories"; | 183 | comment = "Home Directories"; |
| 184 | browesable = true; | 184 | browseable = true; |
| 185 | "valid users" = "%S"; | 185 | "valid users" = "%S"; |
| 186 | writable = true; | 186 | writable = true; |
| 187 | }; | 187 | }; |
