cluster/services/fbi: init
This commit is contained in:
parent
e961260700
commit
001f6cd078
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