6 lines
101 B
Nix
6 lines
101 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
{
|
||
|
dns.records.api.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
||
|
}
|