summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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