summaryrefslogtreecommitdiff
path: root/custom/ymir-nginx.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-18 10:29:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-18 10:29:17 +0200
commitc98dfc1783cce8fcbde7a6c55cf07e29c71fec50 (patch)
treeddda301fe27e13852cfa8aa0bb8b8da07579b570 /custom/ymir-nginx.nix
parente675036301e928d35856b682a139d8a76a63982a (diff)
downloadnixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar
nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar.gz
nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar.bz2
nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar.xz
nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.zip
...
Diffstat (limited to 'custom/ymir-nginx.nix')
-rw-r--r--custom/ymir-nginx.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix
index 6993d27f..d9f671fe 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -129,7 +129,6 @@ in {
129 129
130 location / { 130 location / {
131 add_header X-NetworkManager-Status online; 131 add_header X-NetworkManager-Status online;
132
133 return 204; 132 return 204;
134 } 133 }
135 } 134 }