Change port of wayvnc

This commit is contained in:
Benjamin Bädorf 2022-04-30 17:08:48 +02:00
parent fa2079ee1d
commit 4911e5c91e
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

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