Compare commits

...

2 commits

Author SHA1 Message Date
5e02f642b9 open 5901 for vnc on bolty
Some checks failed
use nix / build (push) Failing after 4m15s
2024-08-25 20:54:01 +01:00
673d78075e add vnc viewer on airy 2024-08-25 20:53:43 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@
"tailscale"
"teamviewer"
"utm"
"vnc-viewer"
"zed"
"zoom"
];

View file

@ -20,7 +20,7 @@
virt-viewer
lm_sensors
];
networking.firewall.allowedTCPPorts = [5900];
networking.firewall.allowedTCPPorts = [5900 5901];
security.allowUserNamespaces = true;
}