n/stereolith: samba now has a nicer config generator

This commit is contained in:
Ari Gato 2024-09-18 11:33:59 +02:00
parent 0495eb8fb8
commit 69eb62171a

View file

@ -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;