diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-02 15:40:43 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-02-02 15:40:43 +0100 |
commit | f4226cbe9796299acd29623a5827b49ffd17b4ca (patch) | |
tree | 669607757ddfcdf0d4ef2431c756e538ccf63c84 | |
parent | 6d3cc3b327b1f0b2ea89f566c271cc9cf004de9e (diff) | |
download | nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar.gz nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar.bz2 nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.tar.xz nixos-f4226cbe9796299acd29623a5827b49ffd17b4ca.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 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 | ||