Write out args of wayvnc, start on unix socket

This commit is contained in:
Hendrik Sokolowski 2022-05-01 00:07:23 +02:00
parent 9aafa7ff52
commit 2d213d4dbd

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 = {