diff --git a/modules/headless-graphical/wayvnc.service.nix b/modules/headless-graphical/wayvnc.service.nix index 54c2d520..021fe021 100644 --- a/modules/headless-graphical/wayvnc.service.nix +++ b/modules/headless-graphical/wayvnc.service.nix @@ -10,8 +10,8 @@ pkgs: Service = { Type = "simple"; - ExecStart = "${pkgs.wayvnc}/bin/wayvnc --render-cursor"; Environment = "WAYLAND_DISPLAY=wayland-1"; + ExecStart = "${pkgs.wayvnc}/bin/wayvnc -r -p 0.0.0.0 5901"; }; Install = {