diff options
| author | Martin Fischer <martin@push-f.com> | 2025-09-18 10:25:03 +0200 | 
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-09-18 10:25:03 +0200 | 
| commit | e78b42dfe2d4852a39770f8b16b46eed1780e87a (patch) | |
| tree | cfaafcc4a3a92239b8cc124a9f730cfeb1e378fc /nixos/hosts/ev | |
| parent | 6777e059414701107f77c62cdd32435d27047c2e (diff) | |
refactor: specify prometheus port
Diffstat (limited to 'nixos/hosts/ev')
| -rw-r--r-- | nixos/hosts/ev/default.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index c797d29..a3dd610 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -43,6 +43,7 @@    torrent.networkNamespace = "se";    monitoring.alloyUiPort = 3001;    monitoring.lokiPort = 3030; +  monitoring.prometheusPort = 9090;    monitoring.prometheusNodeExporterPort = 9002;    home-automation.zigbeeSerialPort = "/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_e2fed465c59ded11962fd7a5a7669f5d-if00-port0";  | 
