summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-22 12:33:33 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-22 12:33:33 +0200
commitd171ae2eb32f0696606c173d9c3a1052b3913c60 (patch)
tree2ad3ccc10b6396639a7366c0ca29c3df5f730e18 /odin.nix
parentc5fa7f9221fa12a57b0d1fa8d8dd1a80c468a9dd (diff)
downloadnixos-d171ae2eb32f0696606c173d9c3a1052b3913c60.tar
nixos-d171ae2eb32f0696606c173d9c3a1052b3913c60.tar.gz
nixos-d171ae2eb32f0696606c173d9c3a1052b3913c60.tar.bz2
nixos-d171ae2eb32f0696606c173d9c3a1052b3913c60.tar.xz
nixos-d171ae2eb32f0696606c173d9c3a1052b3913c60.zip
Fix smb.conf
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 86015968..48fad79f 100644
--- a/odin.nix
+++ b/odin.nix
@@ -228,7 +228,6 @@
228 writable = false; 228 writable = false;
229 path = "/srv/media"; 229 path = "/srv/media";
230 "guest ok" = true; 230 "guest ok" = true;
231 "guest account" = "nobody";
232 "guest only" = true; 231 "guest only" = true;
233 }; 232 };
234 }; 233 };
@@ -239,6 +238,7 @@
239 printing = bsd 238 printing = bsd
240 printcap name = /dev/null 239 printcap name = /dev/null
241 disable spoolss = yes 240 disable spoolss = yes
241 guest account = nobody
242 ''; 242 '';
243 }; 243 };
244 244