Change port of wayvnc
This commit is contained in:
parent
fa2079ee1d
commit
4911e5c91e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue