diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-12-19 13:54:50 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-12-19 13:54:50 +0100 |
commit | 2974ca8bf3f941676593f030043ccbb1c671f3a6 (patch) | |
tree | 6bc7e298fa1d741049f374515b13e6d64fc1d877 | |
parent | 9286f0c538c968a416f0e3e58c2cb4aa6ad3419c (diff) | |
download | nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar.gz nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar.bz2 nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar.xz nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.zip |
extraDomainNames
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -787,7 +787,7 @@ in rec { | |||
787 | group = "ssl"; | 787 | group = "ssl"; |
788 | webroot = "/srv/www/acme"; | 788 | webroot = "/srv/www/acme"; |
789 | email = "phikeebaogobaegh@141.li"; | 789 | email = "phikeebaogobaegh@141.li"; |
790 | extraDomains = builtins.listToAttrs (builtins.map (name: { inherit name; value = null; }) myDomains); | 790 | extraDomainNames = myDomains; |
791 | postRun = '' | 791 | postRun = '' |
792 | systemctl reload nginx.service dovecot2.service postfix.service ejabberd.service vsftpd.service infinoted.service | 792 | systemctl reload nginx.service dovecot2.service postfix.service ejabberd.service vsftpd.service infinoted.service |
793 | ''; | 793 | ''; |