Emitter: E-mail on backup failure

This commit is contained in:
fruchti 2023-03-26 14:27:23 +02:00
parent 2c32c0c1ab
commit 451605c50d

View file

@ -116,6 +116,8 @@
sslKeyPasswordFile = "/secrets/burp_ssl_key_password"; sslKeyPasswordFile = "/secrets/burp_ssl_key_password";
}; };
}; };
services.statusEmail.enable = true;
systemd.services.burp-client.unitConfig.OnFailure = "status-email@%n.service";
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions