From 30f13841fb58e34dfddb87b2abbe206c30eea20e Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 31 Aug 2023 15:24:24 -0700 Subject: [PATCH] nssModules belongs in system? --- nextcloud-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index 5d00729..97bfb9a 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -141,6 +141,7 @@ in { useSystemd = true; configuration = { boot.tmpOnTmpfs = true; + system.nssModules = lib.mkForce [ ]; services.nginx = { enable = true; recommendedZstdSettings = true; @@ -227,7 +228,6 @@ in { }; }; }; - nssModules = lib.mkForce [ ]; systemd.services.nginx.serviceConfig.AmbientCapabilities = lib.mkForce [ "CAP_NET_BIND_SERVICE" ]; };