diff --git a/modules/headless-graphical/wayvnc.service.nix b/modules/headless-graphical/wayvnc.service.nix index 021fe021..43b7ebae 100644 --- a/modules/headless-graphical/wayvnc.service.nix +++ b/modules/headless-graphical/wayvnc.service.nix @@ -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 = {