[NixOS] Set system user for nginx
This commit is contained in:
parent
d3f552afda
commit
4a7edcda75
@ -30,6 +30,7 @@ in
|
|||||||
};
|
};
|
||||||
nginx = {
|
nginx = {
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
|
isSystemUser = true;
|
||||||
extraGroups = ["syncthing"];
|
extraGroups = ["syncthing"];
|
||||||
};
|
};
|
||||||
imalison = userDefaults // {
|
imalison = userDefaults // {
|
||||||
|
Loading…
Reference in New Issue
Block a user