commit 4bb3faf02850747e0714f9dcfbf8a8c73dbe4116 (tree) parent 0ceca2879fe0ee058e05efbd192cbfab2ce90473 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Wed, 8 Apr 2026 15:26:16 +0300 trying more vnc Diffstat:
| M | hosts/vno1-gdrx/configuration.nix | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix @@ -177,7 +177,7 @@ in wantedBy = [ "default.target" ]; after = [ "vncserver.service" ]; serviceConfig = { - ExecStart = "${pkgs.novnc}/bin/novnc --listen 6080 --vnc localhost:5901"; + ExecStart = "${pkgs.novnc}/bin/novnc --listen 0.0.0.0:6080 --vnc localhost:5901"; Restart = "on-failure"; }; }; @@ -198,9 +198,6 @@ in allowedUDPPorts = [ 53 ]; - allowedTCPPorts = [ - 6080 - ]; }; }; }