Disable tailscale on the nomad host

This commit is contained in:
2025-05-22 23:25:35 +10:00
parent f7c4defe7d
commit 3f70bc62d3
5 changed files with 20 additions and 19 deletions

View File

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