WIP: VNC Module #62

Closed
b12f wants to merge 9 commits from feature/wayvnc into main
Showing only changes of commit 2d213d4dbd - Show all commits

View file

@ -11,7 +11,7 @@ pkgs:
Service = {
Type = "simple";
Environment = "WAYLAND_DISPLAY=wayland-1";
ExecStart = "${pkgs.wayvnc}/bin/wayvnc -r -p 0.0.0.0 5901";
ExecStart = "${pkgs.wayvnc}/bin/wayvnc --render-cursor --unix-socket /run/wayvnc.sock";
};
Install = {