This commit is contained in:
2024-12-02 19:48:26 +02:00
parent 4253e78b07
commit abb7513d57
4 changed files with 0 additions and 67 deletions

View File

@@ -61,18 +61,12 @@ in
};
public = defaults // {
#"path" = cfg.dataDir;
"path" = "/var/run/samba/dataDir";
"writeable" = "yes";
"read only" = "no";
"create mask" = "0664";
"directory mask" = "0775";
};
#snapshots = defaults // {
# "path" = cfg.dataDir + "/.zfs/snapshot";
# "writeable" = "no";
# "read only" = "yes";
#};
};
};