summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-12-20 21:22:37 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-12-20 21:22:37 +0100
commit47c4a1e7f3074ca10412abe5efd3a01ed6ba099e (patch)
tree5e1a8cacbf8eb087d95e61dc609c7fcb3b05be41 /hosts/surtr
parente593935d9ca33294ce49c62ab155311ae09029e3 (diff)
downloadnixos-47c4a1e7f3074ca10412abe5efd3a01ed6ba099e.tar
nixos-47c4a1e7f3074ca10412abe5efd3a01ed6ba099e.tar.gz
nixos-47c4a1e7f3074ca10412abe5efd3a01ed6ba099e.tar.bz2
nixos-47c4a1e7f3074ca10412abe5efd3a01ed6ba099e.tar.xz
nixos-47c4a1e7f3074ca10412abe5efd3a01ed6ba099e.zip
...
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/http/default.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
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 additionalModules = with pkgs.nginxModules; [ pam ];
30 }; 30 };
31 systemd.services.nginx = { 31 systemd.services.nginx = {
32 preStart = lib.mkForce config.services.nginx.preStart; 32 preStart = lib.mkForce config.services.nginx.preStart;