Added initial infrastructure for declarative prometheus configs and established alloy integration for Traefik

This commit is contained in:
Root User 2026-02-14 18:49:10 +01:00
parent d5920fb8fa
commit 2665a2c0e5
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 178 additions and 0 deletions

View file

@ -217,5 +217,7 @@ in {
networking.firewall.allowedTCPPorts = [3000];
networking.firewall.allowedUDPPorts = [3000];
# ============== Declarative Config ================
};
}