WIP: VNC Module #62

Closed
b12f wants to merge 9 commits from feature/wayvnc into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit ae7bee47df - Show all commits

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