cluster/services/fbi: init

This commit is contained in:
Max Headroom 2023-12-03 23:34:07 +01:00
parent e961260700
commit 001f6cd078

View file

@ -0,0 +1,12 @@
{ depot, ... }:
{
dns.records = let
fbiAddr = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
in {
fbi-index.target = fbiAddr;
fbi-requests.target = fbiAddr;
radarr.target = fbiAddr;
sonarr.target = fbiAddr;
};
}