From d5396917c3e334229765a236913d087646726def Mon Sep 17 00:00:00 2001 From: servius Date: Sun, 1 Feb 2026 19:52:48 +0530 Subject: [PATCH] chore: fmt --- nixos/ryu/services/monitoring.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/ryu/services/monitoring.nix b/nixos/ryu/services/monitoring.nix index 6c90459b..433aada0 100644 --- a/nixos/ryu/services/monitoring.nix +++ b/nixos/ryu/services/monitoring.nix @@ -6,7 +6,7 @@ systemd = 9558; process = 9256; nvidiagpu = 9835; - + # Infrastructure exporters cadvisor = 8080; caddy = 2019; @@ -53,7 +53,7 @@ in { }; }; }; - + # Docker cAdvisor for container metrics virtualisation.oci-containers.containers.cadvisor = { image = "gcr.io/cadvisor/cadvisor:v0.49.1"; @@ -70,7 +70,7 @@ in { "--device=/dev/kmsg" ]; }; - + # Open firewall ports for Prometheus exporters networking.firewall = { # Allow from Tailscale network