cluster/services/consul: enable agent on prophet

This commit is contained in:
Max Headroom 2023-04-12 19:36:26 +02:00
parent 2da5b887eb
commit 2adcd30e42

View file

@ -11,7 +11,7 @@ in
}; };
}); });
services.consul = { services.consul = {
nodes.agent = [ "checkmate" "thunderskin" "VEGAS" ]; nodes.agent = [ "checkmate" "thunderskin" "VEGAS" "prophet" ];
nixos.agent = [ nixos.agent = [
./agent.nix ./agent.nix
./remote-api.nix ./remote-api.nix