summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-12-19 13:54:50 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-12-19 13:54:50 +0100
commit2974ca8bf3f941676593f030043ccbb1c671f3a6 (patch)
tree6bc7e298fa1d741049f374515b13e6d64fc1d877
parent9286f0c538c968a416f0e3e58c2cb4aa6ad3419c (diff)
downloadnixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar
nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar.gz
nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar.bz2
nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.tar.xz
nixos-2974ca8bf3f941676593f030043ccbb1c671f3a6.zip
extraDomainNames
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index bb387430..5b008721 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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 '';