open 5901 for vnc on bolty
Some checks failed
use nix / build (push) Failing after 4m15s

This commit is contained in:
Cyryl Płotnicki 2024-08-25 20:54:01 +01:00
parent 673d78075e
commit 5e02f642b9

View file

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