From 82aec002d66a4dfca5e0f4743c3d251ffe9d0047 Mon Sep 17 00:00:00 2001 From: chexit Date: Wed, 15 Apr 2026 01:49:55 +0300 Subject: [PATCH] tailscale and throne fix --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 7ca93f3..892a97a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -163,6 +163,10 @@ dedicatedServer.openFirewall = true; }; + services.tailscale.enable = true; + + programs.throne.tunMode.enable = true; + # Install firefox. # programs.firefox.enable = true;