fix samba deprecations
This commit is contained in:
parent
ab27ee081a
commit
1d2679af96
@ -164,8 +164,10 @@ in {
|
|||||||
samba = {
|
samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
extraConfig = "map to guest = bad user";
|
settings = {
|
||||||
shares = {
|
global = {
|
||||||
|
"map to guest" = "bad user";
|
||||||
|
};
|
||||||
dump = {
|
dump = {
|
||||||
path = "/tank/dump";
|
path = "/tank/dump";
|
||||||
browsable = "yes";
|
browsable = "yes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user