n/stereolith: samba now has a nicer config generator
This commit is contained in:
parent
0495eb8fb8
commit
69eb62171a
1 changed files with 5 additions and 5 deletions
|
@ -255,11 +255,11 @@
|
|||
"create mode" = 700;
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
load printers = yes
|
||||
printing = cups
|
||||
printcap name = cups
|
||||
'';
|
||||
settings.global = {
|
||||
"load printers" = "yes";
|
||||
"printing" = "cups";
|
||||
"printcap name" = "cups";
|
||||
};
|
||||
};
|
||||
systemd.tmpfiles.rules = [ "d /var/spool/samba 1777 root root -" ];
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue