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";