Add nixos-logs system with Grafana, Prometheus, and Loki; fix Traefik config formatting

This commit is contained in:
Root User 2026-02-14 14:34:24 +01:00
parent 11a870a60f
commit e6b7a95b57
Signed by: root
GPG key ID: 087F0A95E5766D72
4 changed files with 126 additions and 11 deletions

View file

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