Commit 48eacdbd7361

Vincent Demeester <vincent@sbr.pm>
2025-12-10 09:59:07
feat(dns): Add music.sbr.pm DNS record for Navidrome
- Route music.sbr.pm through rhea for Traefik HTTPS termination - Points to rhea which proxies to aion:4533 (Navidrome service)
1 parent b5c5706
Changed files (1)
globals.nix
@@ -523,6 +523,8 @@ _: {
       host = "rhea";
       aliases = [ "s" ];
     };
+    # Music streaming on aion (routed through rhea/traefik)
+    music.host = "rhea";
     # MQTT on demeter (routed through rhea/traefik)
     mqtt.host = "rhea";
     # Services on sakhalin (routed through rhea/traefik)