cluster/services/reflex: move from VEGAS/reflex

This commit is contained in:
Max Headroom 2024-07-20 00:24:41 +02:00
parent 9ed7d26952
commit c7f89489da
3 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,10 @@
{ depot, ... }:
{
services.reflex = {
nodes.host = [ "VEGAS" ];
nixos.host = ./host.nix;
};
dns.records.reflex.target = [ depot.hours.VEGAS.interfaces.primary.addrPublic ];
}

View file

@ -22,7 +22,6 @@
./services/jokes
./services/mail
./services/minecraft
./services/reflex
./services/sso
./services/websites
./services/wireguard-server