From 3b8ff05d54d1528c7f0882b04fe032f5e282d27f Mon Sep 17 00:00:00 2001 From: chexit Date: Wed, 15 Apr 2026 01:50:56 +0300 Subject: [PATCH] throne fix --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 892a97a..e6d8139 100644 --- a/configuration.nix +++ b/configuration.nix @@ -165,7 +165,10 @@ services.tailscale.enable = true; - programs.throne.tunMode.enable = true; + programs.throne = { + enable = true; + tunMode.enable = true; + } # Install firefox. # programs.firefox.enable = true;