summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-12-20 21:21:26 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-12-20 21:21:26 +0100
commite593935d9ca33294ce49c62ab155311ae09029e3 (patch)
tree660ec2b66bb7e1020dcdf0d95d23e7a2b9e5214f /hosts/surtr
parent164204149c458378a0f9126f629c043e7cb7c3f2 (diff)
downloadnixos-e593935d9ca33294ce49c62ab155311ae09029e3.tar
nixos-e593935d9ca33294ce49c62ab155311ae09029e3.tar.gz
nixos-e593935d9ca33294ce49c62ab155311ae09029e3.tar.bz2
nixos-e593935d9ca33294ce49c62ab155311ae09029e3.tar.xz
nixos-e593935d9ca33294ce49c62ab155311ae09029e3.zip
...
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/http/default.nix1
1 files changed, 1 insertions, 0 deletions
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 @@
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 ];
29 }; 30 };
30 systemd.services.nginx = { 31 systemd.services.nginx = {
31 preStart = lib.mkForce config.services.nginx.preStart; 32 preStart = lib.mkForce config.services.nginx.preStart;