Add mail server configuration with Stalwart Mail, secrets management, and Traefik integration
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 4m0s

This commit is contained in:
Root User 2026-02-15 15:47:54 +01:00
parent a91e60eb70
commit fe289e0600
Signed by: root
GPG key ID: 087F0A95E5766D72
8 changed files with 288 additions and 1 deletions

View file

@ -57,6 +57,11 @@
inherit system;
modules = [./nix-system-configs/modules/system/gramethus.nix];
};
"nixos-mail" = nixpkgs.lib.nixosSystem {
inherit system;
modules = [./nix-system-configs/modules/system/mail-server.nix];
};
};
};
}