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