aboutsummaryrefslogtreecommitdiff
path: root/nixos/apps.nix
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-08-12 11:27:28 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-08-12 11:27:28 +0530
commit961fff2de6ef80c8ef0ccc4b2e3324f39ab619e6 (patch)
treefd820213530d2b360448a938a0030c9f3556664e /nixos/apps.nix
parent1cb4e47ccadfe3c673d46808838eca751001609e (diff)
vnc extend like second monitor
Diffstat (limited to 'nixos/apps.nix')
-rw-r--r--nixos/apps.nix4
1 files changed, 2 insertions, 2 deletions
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 ];
}