nssModules belongs in system?
This commit is contained in:
parent
ba35775a8c
commit
30f13841fb
|
@ -141,6 +141,7 @@ in {
|
||||||
useSystemd = true;
|
useSystemd = true;
|
||||||
configuration = {
|
configuration = {
|
||||||
boot.tmpOnTmpfs = true;
|
boot.tmpOnTmpfs = true;
|
||||||
|
system.nssModules = lib.mkForce [ ];
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedZstdSettings = true;
|
recommendedZstdSettings = true;
|
||||||
|
@ -227,7 +228,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nssModules = lib.mkForce [ ];
|
|
||||||
systemd.services.nginx.serviceConfig.AmbientCapabilities =
|
systemd.services.nginx.serviceConfig.AmbientCapabilities =
|
||||||
lib.mkForce [ "CAP_NET_BIND_SERVICE" ];
|
lib.mkForce [ "CAP_NET_BIND_SERVICE" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue