From 5a17f606475c92fb2e38b044619d1f0c865fb10e Mon Sep 17 00:00:00 2001 From: min Date: Sat, 21 Feb 2026 20:50:59 -0500 Subject: [PATCH] Update Navidrome login background --- 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 e9a7f59..9e2890d 100644 --- a/nixos/hosts/eidola/services/navidrome.nix +++ b/nixos/hosts/eidola/services/navidrome.nix @@ -15,7 +15,6 @@ MusicFolder = "/terra/terrarium/Media/Music"; # TODO: hardcoding EnableInsightsCollector = false; - # EnableExternalServices = false; EnableTranscodingConfig = false; @@ -29,6 +28,7 @@ DefaultTheme = "Catppuccin Macchiato"; UIWelcomeMessage = "hiiii"; + UILoginBackgroundUrl = "https://picture.wtf/p/BTJLcn.jpg"; }; };