1

fix: migrate to newer samba options

This commit is contained in:
Himadri Bhattacharjee
2024-09-22 15:51:33 +05:30
parent ff44b95e1b
commit 3359aa38e7

View File

@@ -70,12 +70,11 @@
services.samba = {
enable = true;
openFirewall = true;
securityType = "user";
extraConfig = ''
security = user
guest account = nobody
map to guest = bad user
'';
settings.global = {
security = "user";
"guest account" = "nobody";
"map to guest" = "bad user";
};
shares = {
media = {
path = "/media";