diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:29:17 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-18 10:29:17 +0200 |
commit | c98dfc1783cce8fcbde7a6c55cf07e29c71fec50 (patch) | |
tree | ddda301fe27e13852cfa8aa0bb8b8da07579b570 | |
parent | e675036301e928d35856b682a139d8a76a63982a (diff) | |
download | nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar.gz nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar.bz2 nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.tar.xz nixos-c98dfc1783cce8fcbde7a6c55cf07e29c71fec50.zip |
...
-rw-r--r-- | custom/ymir-nginx.nix | 1 |
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 | } |