[NixOS] Move nginx mods to biskcomp
This commit is contained in:
@@ -7,6 +7,12 @@ in
|
||||
../raspberry-pi.nix
|
||||
];
|
||||
|
||||
users.users.nginx = {
|
||||
group = "nginx";
|
||||
isSystemUser = true;
|
||||
extraGroups = ["syncthing"];
|
||||
};
|
||||
|
||||
modules.raspberry-pi.enable = true;
|
||||
|
||||
modules.base.enable = true;
|
||||
|
@@ -28,11 +28,6 @@ in
|
||||
home = "/var/lib/syncthing";
|
||||
createHome = true;
|
||||
};
|
||||
nginx = {
|
||||
group = "nginx";
|
||||
isSystemUser = true;
|
||||
extraGroups = ["syncthing"];
|
||||
};
|
||||
imalison = userDefaults // {
|
||||
extraGroups = extraGroupsWithWheel;
|
||||
name = "imalison";
|
||||
|
Reference in New Issue
Block a user