From 00013c512398227e4724d64b8cefb1dc5bbc2aeb Mon Sep 17 00:00:00 2001 From: min Date: Mon, 19 May 2025 15:41:44 -0400 Subject: [PATCH] Fix Navidrome on boot --- nixos/hosts/eidola/services/navidrome.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/eidola/services/navidrome.nix b/nixos/hosts/eidola/services/navidrome.nix index f8c96de..3504df4 100644 --- a/nixos/hosts/eidola/services/navidrome.nix +++ b/nixos/hosts/eidola/services/navidrome.nix @@ -5,7 +5,7 @@ _: { # ideally i would be able to specify values from a file so i can use secrets, # but i cant. oh well settings = { - Address = "10.13.1.1"; + Address = "0.0.0.0"; Port = 4533; BaseUrl = "https://aux.min.rip";