fix samba deprecations

This commit is contained in:
fuckwit 2024-11-18 19:24:25 +01:00
parent ab27ee081a
commit 1d2679af96

View File

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