diff --git a/cluster/services/consul/default.nix b/cluster/services/consul/default.nix index 83a1ca6..9f0d6ff 100644 --- a/cluster/services/consul/default.nix +++ b/cluster/services/consul/default.nix @@ -11,7 +11,7 @@ in }; }); services.consul = { - nodes.agent = [ "checkmate" "thunderskin" "VEGAS" ]; + nodes.agent = [ "checkmate" "thunderskin" "VEGAS" "prophet" ]; nixos.agent = [ ./agent.nix ./remote-api.nix