aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts/ev/ports.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/ev/ports.nix')
-rw-r--r--nixos/hosts/ev/ports.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/nixos/hosts/ev/ports.nix b/nixos/hosts/ev/ports.nix
index ff5241c..cd41d1b 100644
--- a/nixos/hosts/ev/ports.nix
+++ b/nixos/hosts/ev/ports.nix
@@ -1,4 +1,4 @@
-{
+rec {
grafanaAlloy = 3001;
grafanaLoki = 3030;
hosehawk = 4000;
@@ -6,4 +6,14 @@
prometheusNodeExporter = 9002;
qbittorrent = 7777;
zigbee2mqtt = 8080;
+
+ webUis = {
+ inherit
+ grafanaAlloy
+ hosehawk
+ prometheus
+ qbittorrent
+ zigbee2mqtt
+ ;
+ };
}