diff options
Diffstat (limited to 'hosts/surtr/http')
-rw-r--r-- | hosts/surtr/http/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/surtr/http/default.nix b/hosts/surtr/http/default.nix index 939a54fb..858ad31b 100644 --- a/hosts/surtr/http/default.nix +++ b/hosts/surtr/http/default.nix | |||
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | client_body_temp_path /run/nginx-client-bodies; | 27 | client_body_temp_path /run/nginx-client-bodies; |
28 | ''; | 28 | ''; |
29 | additionalModules = with pkgs.nginxModules; [ dav pam ]; | ||
30 | }; | 29 | }; |
31 | systemd.services.nginx = { | 30 | systemd.services.nginx = { |
32 | preStart = lib.mkForce config.services.nginx.preStart; | 31 | preStart = lib.mkForce config.services.nginx.preStart; |