Add nixos-logs system with Grafana, Prometheus, and Loki; fix Traefik config formatting
This commit is contained in:
parent
11a870a60f
commit
e6b7a95b57
4 changed files with 126 additions and 11 deletions
|
|
@ -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];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue