diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-20 20:51:48 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-20 20:51:48 +0100 |
commit | 164204149c458378a0f9126f629c043e7cb7c3f2 (patch) | |
tree | c5ea6d68101c581a93fcaf7e1c358b05797f02b4 /hosts/surtr/http | |
parent | 872b0abaf557048407b5b9c0ef853895c1ede87d (diff) | |
download | nixos-164204149c458378a0f9126f629c043e7cb7c3f2.tar nixos-164204149c458378a0f9126f629c043e7cb7c3f2.tar.gz nixos-164204149c458378a0f9126f629c043e7cb7c3f2.tar.bz2 nixos-164204149c458378a0f9126f629c043e7cb7c3f2.tar.xz nixos-164204149c458378a0f9126f629c043e7cb7c3f2.zip |
bump
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; |