nssModules belongs in system?

This commit is contained in:
niten 2023-08-31 15:24:24 -07:00
parent ba35775a8c
commit 30f13841fb
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];
}; };