Server/samba: update options
This commit is contained in:
parent
7c98655a99
commit
ff4ceecd67
1 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue