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