Commit 72197dc53feb
Changed files (2)
systems
rhea
systems/rhea/extra.nix
@@ -126,7 +126,10 @@
altHosts = [ "t.sbr.pm" ];
};
immich.port = 2283;
- navidrome.port = 4533;
+ navidrome = {
+ port = 4533;
+ altHosts = [ "music.sbr.pm" ];
+ };
};
# Generate routers for local services
globals.nix
@@ -525,6 +525,7 @@ _: {
};
# Music streaming on aion (routed through rhea/traefik)
music.host = "rhea";
+ navidrome.host = "rhea";
# WebDAV on athena (routed through rhea/traefik)
dav.host = "rhea";
# MQTT on demeter (routed through rhea/traefik)