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:
parent
57c8f86fde
commit
5b0cab98d5
3 changed files with 10 additions and 3 deletions
|
|
@ -21,6 +21,7 @@
|
|||
];
|
||||
|
||||
metacfg = {
|
||||
emailOnFailure.enable = true;
|
||||
base.enable = true;
|
||||
gui.enable = true;
|
||||
nix-ld.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue