Allow outside vnc access, render a cursor in vnc
This commit is contained in:
parent
8f8923203b
commit
9c9188d006
|
@ -2,7 +2,7 @@
|
|||
address=0.0.0.0
|
||||
enable_auth=true
|
||||
username=${psCfg.user.name}
|
||||
password=${psCfg.user.password}
|
||||
private_key_file=/run/secrets/vnc-key.pem
|
||||
certificate_file=/run/secrets/vnc-cert.pem
|
||||
password=testtest
|
||||
private_key_file=/run/agenix/vnc-key.pem
|
||||
certificate_file=/run/agenix/vnc-cert.pem
|
||||
"
|
||||
|
|
|
@ -10,7 +10,7 @@ pkgs:
|
|||
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "${pkgs.wayvnc}/bin/wayvnc";
|
||||
ExecStart = "${pkgs.wayvnc}/bin/wayvnc --render-cursor";
|
||||
};
|
||||
|
||||
Install = {
|
||||
|
|
Loading…
Reference in a new issue