cluster/services/consul: enable agent on prophet
This commit is contained in:
parent
2da5b887eb
commit
2adcd30e42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue