[NixOS] Add primary group for nginx
This commit is contained in:
parent
f810880d90
commit
e8095c2081
@ -29,6 +29,7 @@ in
|
||||
createHome = true;
|
||||
};
|
||||
nginx = {
|
||||
group = ["nginx"];
|
||||
extraGroups = ["syncthing"];
|
||||
};
|
||||
imalison = userDefaults // {
|
||||
|
Loading…
Reference in New Issue
Block a user