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 5298b751..9055a1e7 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -976,7 +976,7 @@ in rec {
976 ''; 976 '';
977 977
978 systemd.status-mail = { 978 systemd.status-mail = {
979 onFailure = [ "nixos-upgrade" "postfix" "dovecot2" "ejabberd" "opendkim" "nsd" "unbound" "tinc@yggdrasil" "postsrsd" ]; 979 onFailure = [ "nixos-upgrade" "postfix" "dovecot2" "ejabberd" "opendkim" "unbound" "tinc@yggdrasil" "postsrsd" ];
980 }; 980 };
981 981
982 services.vsftpd = { 982 services.vsftpd = {