From db10d3d2c8e73b3da2fa8304bba461deff3bae2c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 21 Nov 2025 15:11:56 +0100 Subject: [PATCH] chore(nix): enable Tailscale on nixtee1 system - Added `services.tailscale.enable = true` to the nixtee1 configuration for VPN support. - Enhances secure connectivity and simplifies network --- systems/x86_64-linux/nixtee1/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/x86_64-linux/nixtee1/default.nix b/systems/x86_64-linux/nixtee1/default.nix index 02807ef..4ca3282 100644 --- a/systems/x86_64-linux/nixtee1/default.nix +++ b/systems/x86_64-linux/nixtee1/default.nix @@ -6,6 +6,8 @@ { imports = [ ./hardware-configuration.nix ]; + services.tailscale.enable = true; + boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = false; # Bootloader.