2023-12-04 01:08:59 +02:00
|
|
|
{ depot, ... }:
|
|
|
|
|
|
|
|
{
|
2024-07-20 01:24:41 +03:00
|
|
|
services.reflex = {
|
|
|
|
nodes.host = [ "VEGAS" ];
|
|
|
|
nixos.host = ./host.nix;
|
|
|
|
};
|
|
|
|
|
2023-12-04 01:08:59 +02:00
|
|
|
dns.records.reflex.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
|
|
|
|
}
|