diff options
author | Martin Fischer <martin@push-f.com> | 2025-09-18 10:19:44 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-09-18 10:48:23 +0200 |
commit | 70b3abe0d6a5e7cf46a8109dce05edcaca892f79 (patch) | |
tree | c243ac5ce705dc288a0f70ec3ae191729255aa71 /nixos/hosts/ev/ports.nix | |
parent | 0f3a5b5a74150ecec89c6befe0510975e2fba5ac (diff) |
refactor: define ports in ports.nix
Diffstat (limited to 'nixos/hosts/ev/ports.nix')
-rw-r--r-- | nixos/hosts/ev/ports.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |