diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-27 12:43:22 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-27 12:43:22 +0200 |
commit | c3bcac1683421847d16b6e900ea6356fb5aae42b (patch) | |
tree | 34348d5d2b0594eb3bb4d20f0353ec0facd57d4d | |
parent | 55718696338e814e26b037848ce93b9d5faec92b (diff) | |
download | nixos-c3bcac1683421847d16b6e900ea6356fb5aae42b.tar nixos-c3bcac1683421847d16b6e900ea6356fb5aae42b.tar.gz nixos-c3bcac1683421847d16b6e900ea6356fb5aae42b.tar.bz2 nixos-c3bcac1683421847d16b6e900ea6356fb5aae42b.tar.xz nixos-c3bcac1683421847d16b6e900ea6356fb5aae42b.zip |
poke samba on bragi
-rw-r--r-- | bragi.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||