diff options
-rw-r--r-- | ymir.nix | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -819,7 +819,16 @@ in rec { | |||
819 | RFC2136_POLLING_INTERVAL=2 | 819 | RFC2136_POLLING_INTERVAL=2 |
820 | ''; | 820 | ''; |
821 | dnsResolver = "127.0.0.1"; | 821 | dnsResolver = "127.0.0.1"; |
822 | extraDomainNames = myDomains; | 822 | extraDomainNames = [ |
823 | "dirty-haskell.org" "*.dirty-haskell.org" | ||
824 | "141.li" "*.141.li" | ||
825 | "xmpp.li" "*.xmpp.li" | ||
826 | "*.yggdrasil.li" | ||
827 | "praseodym.org" "*.praseodym.org" | ||
828 | "rheperire.org" "*.rheperire.org" | ||
829 | "kleen.li" "*.kleen.li" | ||
830 | "nights.email" "*.nights.email" | ||
831 | ]; | ||
823 | postRun = '' | 832 | postRun = '' |
824 | systemctl try-reload-or-restart nginx.service dovecot2.service postfix.service ejabberd.service vsftpd.service infinoted.service | 833 | systemctl try-reload-or-restart nginx.service dovecot2.service postfix.service ejabberd.service vsftpd.service infinoted.service |
825 | ''; | 834 | ''; |