Set correct interface name for beefy.
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
services.consul = {
|
||||
enable = true;
|
||||
webUi = true;
|
||||
interface.advertise = "eno1";
|
||||
interface.advertise = config.networking.cluster.primaryInterface;
|
||||
extraConfig = {
|
||||
client_addr = "0.0.0.0";
|
||||
datacenter = "alo";
|
||||
|
||||
Reference in New Issue
Block a user