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
+6
View File
@@ -4,6 +4,12 @@ with lib;
{
options.numbus = {
owner = {
type = type.str;
example = "Alex";
default = "Numbus";
description = "The name of the person who owns this server";
};
services = {
domain = mkOption {