summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index d64c21e3..807e9cc3 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -796,11 +796,11 @@ in rec {
796 webroot = "/srv/www/acme/yggdrasil.li"; 796 webroot = "/srv/www/acme/yggdrasil.li";
797 email = "phikeebaogobaegh@141.li"; 797 email = "phikeebaogobaegh@141.li";
798 extraDomains = builtins.listToAttrs (builtins.map (name: { inherit name; value = "/srv/www/acme/${name}"; }) myDomains); 798 extraDomains = builtins.listToAttrs (builtins.map (name: { inherit name; value = "/srv/www/acme/${name}"; }) myDomains);
799 postRun = '' 799 activationDelay = "6h";
800 postDelay = ''
800 systemctl reload nginx.service 801 systemctl reload nginx.service
801 ${pkgs.prosody}/bin/prosodyctl reload 802 ${pkgs.prosody}/bin/prosodyctl reload
802 ''; 803 '';
803 activationDelay = "6h";
804 }; 804 };
805 }; 805 };
806 }; 806 };