Server/samba: update options

This commit is contained in:
Toast 2024-12-02 12:15:01 +01:00
parent 7c98655a99
commit ff4ceecd67

View file

@ -3,11 +3,11 @@
samba = {
enable = true;
openFirewall = true;
extraConfig = ''
map to guest = bad user
guest account = transmission
'';
shares = {
settings = {
"global" = {
"map to guest" = "bad user";
"guest account" = "transmission";
};
"Transmission downloads" = {
path = "${config.services.transmission.settings.download-dir}";
"read only" = true;