Added Prometheus Exporter to std config; Added Grafana;

This commit is contained in:
2026-04-10 22:28:21 +02:00
parent 46fb7622e9
commit 40185d110a
5 changed files with 61 additions and 25 deletions

View File

@@ -120,19 +120,17 @@
];
platformModules =
let
nixosBase = [
{ nixpkgs.hostPlatform = system; }
./nixos
];
in
if isDarwin then
[
./darwin
inputs.nix-homebrew.darwinModules.nix-homebrew
]
else
nixosBase ++ (if isServer then [ ./nixos/server ] else [ ]);
[
{ nixpkgs.hostPlatform = system; }
./nixos
];
in
systemFunc {
inherit system;