Added mail notifications on failure. Needs more work on lib.nix and the services/*.nix.

This commit is contained in:
Raphaël Numbus
2026-02-23 16:36:40 +01:00
parent f445bd8659
commit 944ffcea85
14 changed files with 460 additions and 147 deletions
+2
View File
@@ -2,6 +2,8 @@
{
imports = [
./smart.nix
./systemd-failures.nix
./smtp.nix
];
}