mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(monitoring): add to utsuho
This commit is contained in:
parent
550cb044aa
commit
77fd991ed1
6 changed files with 21 additions and 3 deletions
|
|
@ -17,6 +17,11 @@ _: {
|
|||
unifi.enable = true;
|
||||
mosquitto.enable = true;
|
||||
dnsmasq.enable = true;
|
||||
grafana.enable = true;
|
||||
loki.enable = true;
|
||||
prometheus.enable = true;
|
||||
prometheus-exporters-node.enable = true;
|
||||
promtail.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in {
|
|||
nixos.unifi
|
||||
nixos.dnsmasq
|
||||
nixos.mosquitto
|
||||
nixos.monitoring
|
||||
];
|
||||
|
||||
services.cloudflared = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue