From 369e9fa43b281c24d43b3bdc444f7bca487e2739 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:33:11 +0400 Subject: [PATCH] enable tailscale for sakotop --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index deb222b7..5342f152 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -12,6 +12,7 @@ modules = { desktop = { wireguard.enable = true; + tailscale.enable = true; kitty.enable = true; wezterm.enable = false; foot.enable = true;