[NixOS] Set system user for nginx

This commit is contained in:
Ivan Malison 2023-12-13 11:39:43 -07:00
parent d3f552afda
commit 4a7edcda75

View File

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