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