Platform 23.11 #96
1 changed files with 12 additions and 0 deletions
12
cluster/services/fbi/default.nix
Normal file
12
cluster/services/fbi/default.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue