Disable tailscale on the nomad host
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
# List services that you want to enable:
|
||||
services = {
|
||||
tailscale.enable = true;
|
||||
nomad = {
|
||||
enable = true;
|
||||
enableDocker = true;
|
||||
@@ -67,12 +66,12 @@
|
||||
consul = {
|
||||
enable = true;
|
||||
webUi = true;
|
||||
interface.bind = "tailscale0"; # Bind to the Tailscale interface
|
||||
interface.advertise = "tailscale0"; # Advertise the Tailscale interface
|
||||
interface.bind = "eno1";
|
||||
interface.advertise = "eno1";
|
||||
extraConfig = {
|
||||
bootstrap_expect = 1;
|
||||
server = true;
|
||||
client_addr = "127.0.0.1 100.79.223.55";
|
||||
client_addr = "127.0.0.1 192.168.1.235";
|
||||
datacenter = "jaglan-beta";
|
||||
connect.enabled = true;
|
||||
ports.grpc = 8502;
|
||||
|
||||
Reference in New Issue
Block a user