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