summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index f7487178..05f650c7 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1011,7 +1011,7 @@ in rec {
1011 ''; 1011 '';
1012 1012
1013 systemd.status-mail = { 1013 systemd.status-mail = {
1014 onFailure = [ "nixos-upgrade" "postfix" "dovecot2" "prosody" "opendkim" "nsd" "unbound" "tinc.yggdrasil" "postsrsd" ]; 1014 onFailure = [ "nixos-upgrade" "postfix" "dovecot2" "prosody" "opendkim" "nsd" "unbound" "tinc@yggdrasil" "postsrsd" ];
1015 }; 1015 };
1016 1016
1017 services.vsftpd = { 1017 services.vsftpd = {