From 961fff2de6ef80c8ef0ccc4b2e3324f39ab619e6 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 12 Aug 2026 11:27:28 +0530 Subject: vnc extend like second monitor --- nixos/apps.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/apps.nix b/nixos/apps.nix index 0c7b451..1f333cf 100644 --- a/nixos/apps.nix +++ b/nixos/apps.nix @@ -41,6 +41,6 @@ programs.thunderbird.enable = true; - networking.firewall.allowedTCPPorts = [ 53317 41567 5173 ]; - networking.firewall.allowedUDPPorts = [ 53317 41567 5173 ]; + networking.firewall.allowedTCPPorts = [ 53317 41567 5173 22 ]; + networking.firewall.allowedUDPPorts = [ 53317 41567 5173 22 ]; } -- cgit v1.2.3