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;