[NixOS] Fix nginx group
This commit is contained in:
parent
e8095c2081
commit
d3f552afda
@ -29,7 +29,7 @@ in
|
|||||||
createHome = true;
|
createHome = true;
|
||||||
};
|
};
|
||||||
nginx = {
|
nginx = {
|
||||||
group = ["nginx"];
|
group = "nginx";
|
||||||
extraGroups = ["syncthing"];
|
extraGroups = ["syncthing"];
|
||||||
};
|
};
|
||||||
imalison = userDefaults // {
|
imalison = userDefaults // {
|
||||||
|
Loading…
Reference in New Issue
Block a user