summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-02-02 15:40:43 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-02-02 15:40:43 +0100
commitf4226cbe9796299acd29623a5827b49ffd17b4ca (patch)
tree669607757ddfcdf0d4ef2431c756e538ccf63c84 /custom
parent6d3cc3b327b1f0b2ea89f566c271cc9cf004de9e (diff)
downloadnixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar
nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar.gz
nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar.bz2
nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar.xz
nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.zip
...
Diffstat (limited to 'custom')
-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 8df451fd..2f8aadbc 100644
--- a/custom/ymir-nginx.nix
+++ b/custom/ymir-nginx.nix
@@ -141,7 +141,6 @@ in {
141 141
142 include ${favicon}; 142 include ${favicon};
143 include ${acme}; 143 include ${acme};
144 include ${mail-autoconfig};
145 144
146 root /srv/www/default; 145 root /srv/www/default;
147 146