hosts: add monitoring02 configuration
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

New test-tier host for monitoring stack expansion with:
- Static IP 10.69.13.24
- 4 CPU cores, 4GB RAM, 20GB disk
- Vault integration and NATS-based deployment enabled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 19:19:38 +01:00
parent 8786113f8f
commit 0b977808ca
5 changed files with 98 additions and 0 deletions

View File

@@ -191,6 +191,15 @@
./hosts/kanidm01
];
};
monitoring02 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self;
};
modules = commonModules ++ [
./hosts/monitoring02
];
};
};
packages = forAllSystems (
{ pkgs }: