From e593935d9ca33294ce49c62ab155311ae09029e3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 20 Dec 2022 21:21:26 +0100 Subject: ... --- hosts/surtr/http/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/surtr/http/default.nix') diff --git a/hosts/surtr/http/default.nix b/hosts/surtr/http/default.nix index 858ad31b..939a54fb 100644 --- a/hosts/surtr/http/default.nix +++ b/hosts/surtr/http/default.nix @@ -26,6 +26,7 @@ client_body_temp_path /run/nginx-client-bodies; ''; + additionalModules = with pkgs.nginxModules; [ dav pam ]; }; systemd.services.nginx = { preStart = lib.mkForce config.services.nginx.preStart; -- cgit v1.2.3