Allow outside vnc access, render a cursor in vnc

This commit is contained in:
Benjamin Bädorf 2022-04-28 23:47:11 +02:00
parent 8f8923203b
commit 9c9188d006
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 4 additions and 4 deletions

View file

@ -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
"

View file

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