diff options
author | Martin Fischer <martin@push-f.com> | 2025-09-21 10:19:02 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-09-21 10:19:02 +0200 |
commit | 76abe1d6fa40a777a7531e35b1cce6cad92bc8e9 (patch) | |
tree | 9828750435eb8246eca7c57d4adcae88ec6cbee0 /nixos/hosts/ev/ports.nix | |
parent | e209bfcacefc9d89cfc5d5926802715a03ed3935 (diff) |
feat(ev): add navidrome
Diffstat (limited to 'nixos/hosts/ev/ports.nix')
-rw-r--r-- | nixos/hosts/ev/ports.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/hosts/ev/ports.nix b/nixos/hosts/ev/ports.nix index 502e190..71a611e 100644 --- a/nixos/hosts/ev/ports.nix +++ b/nixos/hosts/ev/ports.nix @@ -3,6 +3,7 @@ rec { grafanaLoki = 3030; hosehawk = 4000; miniflux = 4001; + navidrome = 4002; prometheus = 9090; prometheusNodeExporter = 9002; prometheusSqlExporter = 9003; @@ -14,6 +15,7 @@ rec { grafanaAlloy hosehawk miniflux + navidrome prometheus qbittorrent zigbee2mqtt |