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/default.nix | |
parent | e209bfcacefc9d89cfc5d5926802715a03ed3935 (diff) |
feat(ev): add navidrome
Diffstat (limited to 'nixos/hosts/ev/default.nix')
-rw-r--r-- | nixos/hosts/ev/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index fbda40f..353d761 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -21,6 +21,7 @@ in ./home-automation.nix ./kodi.nix ./miniflux.nix + ./navidrome.nix ./torrent.nix ./hosehawk.nix ]; @@ -55,6 +56,7 @@ in exporters.sqlExporterPort = ports.prometheusSqlExporter; hosehawk.port = ports.hosehawk; miniflux.port = ports.miniflux; + navidrome.port = ports.navidrome; home-automation.zigbeeSerialPort = "/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_e2fed465c59ded11962fd7a5a7669f5d-if00-port0"; |