diff options
author | Martin Fischer <martin@push-f.com> | 2025-09-18 06:00:38 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-09-18 10:48:23 +0200 |
commit | b5840e628e60d1614e6e4e04b3ca30f3c7bfacd8 (patch) | |
tree | 2bb0d423338166a2e259be85b910d5c6760569fa /nixos/hosts/ev/ports.nix | |
parent | 70b3abe0d6a5e7cf46a8109dce05edcaca892f79 (diff) |
feat: generate web index for private web UIs
Diffstat (limited to 'nixos/hosts/ev/ports.nix')
-rw-r--r-- | nixos/hosts/ev/ports.nix | 12 |
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 + ; + }; } |