[NixOS] Move nginx mods to biskcomp
This commit is contained in:
parent
4a7edcda75
commit
b102fd2b85
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user