From 47c4a1e7f3074ca10412abe5efd3a01ed6ba099e Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Tue, 20 Dec 2022 21:22:37 +0100
Subject: ...

---
 hosts/surtr/http/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'hosts')

diff --git a/hosts/surtr/http/default.nix b/hosts/surtr/http/default.nix
index 939a54fb..920f939c 100644
--- a/hosts/surtr/http/default.nix
+++ b/hosts/surtr/http/default.nix
@@ -26,7 +26,7 @@
 
         client_body_temp_path /run/nginx-client-bodies;
       '';
-      additionalModules = with pkgs.nginxModules; [ dav pam ];
+      additionalModules = with pkgs.nginxModules; [ pam ];
     };
     systemd.services.nginx = {
       preStart = lib.mkForce config.services.nginx.preStart;
-- 
cgit v1.2.3