feat(monitoring): add to utsuho

This commit is contained in:
Kat Inskip 2024-05-28 12:26:46 -07:00
parent 550cb044aa
commit 77fd991ed1
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 21 additions and 3 deletions

View file

@ -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;
};
};
}

View file

@ -19,6 +19,7 @@ in {
nixos.unifi
nixos.dnsmasq
nixos.mosquitto
nixos.monitoring
];
services.cloudflared = let