summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 70e1cee6..9f14aa99 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -277,7 +277,12 @@ in rec {
277 services.samba = { 277 services.samba = {
278 enable = true; 278 enable = true;
279 extraConfig = '' 279 extraConfig = ''
280 domain master = no
280 workgroup = ASGARD 281 workgroup = ASGARD
282 load printers = no
283 printing = bsd
284 printcap name = /dev/null
285 disable spoolss = yes
281 ''; 286 '';
282 }; 287 };
283 288