Set correct interface name for beefy.

This commit is contained in:
2025-10-30 07:46:37 +00:00
parent 8b8fac2d89
commit a5e3f613c2
4 changed files with 14 additions and 8 deletions

View File

@@ -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";