From ccac4395a2555d348813f9c9e277ecf612966e20 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 11 Jan 2026 00:10:08 +0100 Subject: [PATCH] Finally disable tailscale on clients --- hosts/desktop/default.nix | 1 - hosts/laptop/default.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 0d839f2..a06baa7 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -26,7 +26,6 @@ services = { gc.enable = true; sound.enable = true; - tailscale.enable = true; nebula.node = { enable = true; address = "10.254.250.1"; diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 7321a50..0f13386 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -29,7 +29,6 @@ wlan.enable = true; bluetooth.enable = true; sound.enable = true; - tailscale.enable = true; nebula.node = { enable = true; address = "10.254.250.3";