feat(systems): enable email notifications on failure

- Added `emailOnFailure.enable` option to metacfg with a default of `false`.
- Enabled email notifications on failure for SGX and MX systems.
- Enhanced `systemd-email-notify` module to support the new configuration.
This commit is contained in:
Harald Hoyer 2025-11-14 07:42:28 +01:00
parent 57c8f86fde
commit 5b0cab98d5
3 changed files with 10 additions and 3 deletions

View file

@ -19,6 +19,7 @@
];
metacfg = {
emailOnFailure.enable = true;
base.enable = true;
nix.enable = true;
podman.enable = true;