From 70b3abe0d6a5e7cf46a8109dce05edcaca892f79 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 18 Sep 2025 10:19:44 +0200 Subject: refactor: define ports in ports.nix --- nixos/hosts/ev/ports.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nixos/hosts/ev/ports.nix (limited to 'nixos/hosts/ev/ports.nix') diff --git a/nixos/hosts/ev/ports.nix b/nixos/hosts/ev/ports.nix new file mode 100644 index 0000000..ff5241c --- /dev/null +++ b/nixos/hosts/ev/ports.nix @@ -0,0 +1,9 @@ +{ + grafanaAlloy = 3001; + grafanaLoki = 3030; + hosehawk = 4000; + prometheus = 9090; + prometheusNodeExporter = 9002; + qbittorrent = 7777; + zigbee2mqtt = 8080; +} -- cgit v1.2.3