[NixOS] Add primary group for nginx

This commit is contained in:
Ivan Malison 2023-12-13 11:37:25 -07:00
parent f810880d90
commit e8095c2081

View File

@ -29,6 +29,7 @@ in
createHome = true; createHome = true;
}; };
nginx = { nginx = {
group = ["nginx"];
extraGroups = ["syncthing"]; extraGroups = ["syncthing"];
}; };
imalison = userDefaults // { imalison = userDefaults // {