forked from mirrors_public/oddlama_nix-config
fix: samba group shares had invalid force user
This commit is contained in:
parent
6d003dd499
commit
6f6fcb6726
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ in {
|
|||
mkGroupShare = group:
|
||||
mkShare "/shares/groups/${group}" {
|
||||
"valid users" = "@${group}";
|
||||
"force user" = "family";
|
||||
"force user" = group;
|
||||
"force group" = group;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue