diff options
Diffstat (limited to 'nixos/hosts/ev/ports.nix')
-rw-r--r-- | nixos/hosts/ev/ports.nix | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nixos/hosts/ev/ports.nix b/nixos/hosts/ev/ports.nix new file mode 100644 index 0000000..502e190 --- /dev/null +++ b/nixos/hosts/ev/ports.nix @@ -0,0 +1,22 @@ +rec { + grafanaAlloy = 3001; + grafanaLoki = 3030; + hosehawk = 4000; + miniflux = 4001; + prometheus = 9090; + prometheusNodeExporter = 9002; + prometheusSqlExporter = 9003; + qbittorrent = 7777; + zigbee2mqtt = 8080; + + webUis = { + inherit + grafanaAlloy + hosehawk + miniflux + prometheus + qbittorrent + zigbee2mqtt + ; + }; +} |