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 -2
View File
@@ -3,11 +3,11 @@
with lib;
let
cfg = config.numbus.services.networking;
cfg = config.numbus.networking;
in
{
options.numbus.services.networking = {
options.numbus.networking = {
ipAddress = mkOption {
description = "The IP address that this server will use";
type = types.str;