From 0869a058c4d2d09948865d43b912cb998e6c785b Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Tue, 24 Feb 2026 17:53:46 +0100 Subject: [PATCH] machines/haze: remove unused tailscale option --- machines/haze/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/haze/configuration.nix b/machines/haze/configuration.nix index 514b199..d2a0b09 100644 --- a/machines/haze/configuration.nix +++ b/machines/haze/configuration.nix @@ -84,7 +84,6 @@ wheelNeedsPassword = false; }; - services.tailscale.useRoutingFeatures = "client"; services.displayManager.autoLogin = { enable = true;