From 08ed4093422ea89eae3a133e6b70944d23664d86 Mon Sep 17 00:00:00 2001 From: Jet Date: Tue, 24 Mar 2026 15:11:37 -0700 Subject: [PATCH 1/2] feat: add lm-studio --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index e50402d..e52f995 100644 --- a/home.nix +++ b/home.nix @@ -124,6 +124,7 @@ in vlc zulip linphone + lmstudio # Fonts nerd-fonts.commit-mono From 56a863e7c76f7a455b230ff3a4a9705ed7033c4b Mon Sep 17 00:00:00 2001 From: Jet Date: Tue, 24 Mar 2026 15:11:37 -0700 Subject: [PATCH 2/2] feat: open port 4096 for opencode --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 0e97aee..9d76c29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,6 +29,7 @@ networking.firewall.enable = true; # Required for Tailscale networking.firewall.checkReversePath = "loose"; + networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ 4096 ]; services.tailscale.enable = true;