WIP: VNC Module #62

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

View file

@ -10,7 +10,7 @@ pkgs:
Service = {
Type = "simple";
ExecStart = "${pkgs.wayvnc}/bin/wayvnc --render-cursor";
ExecStart = "${pkgs.wayvnc}/bin/wayvnc -r -p 0.0.0.0 5901";
};
Install = {