[NixOS] Fix nginx group

This commit is contained in:
Ivan Malison 2023-12-13 11:38:45 -07:00
parent e8095c2081
commit d3f552afda

View File

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