cluster/services/reflex: init
This commit is contained in:
parent
195fe56279
commit
f1e68e7e28
1 changed files with 5 additions and 0 deletions
5
cluster/services/reflex/default.nix
Normal file
5
cluster/services/reflex/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
dns.records.reflex.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
||||
}
|
Loading…
Reference in a new issue