summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-10 15:16:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-10 15:16:54 +0200
commite9c990d347c63f2031a487deafe90e0c1d0f25e8 (patch)
tree30d19fe6eae3a5e36b9e18772c8f857f12224a0f
parent74cf821d959d1b26824ff5fbb72193bcd490d21c (diff)
downloadnixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar
nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar.gz
nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar.bz2
nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.tar.xz
nixos-e9c990d347c63f2031a487deafe90e0c1d0f25e8.zip
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 5c595db9..9fb20d50 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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 };