cluster/services/consul: use our consul package
This commit is contained in:
parent
b98485516b
commit
5b9d428f84
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ in
|
||||||
services.consul = {
|
services.consul = {
|
||||||
enable = true;
|
enable = true;
|
||||||
webUi = true;
|
webUi = true;
|
||||||
|
package = depot.packages.consul;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
datacenter = "eu-central";
|
datacenter = "eu-central";
|
||||||
domain = "sd-magic.${domain}.";
|
domain = "sd-magic.${domain}.";
|
||||||
|
|
Loading…
Reference in a new issue