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 address=0.0.0.0
enable_auth=true enable_auth=true
username=${psCfg.user.name} username=${psCfg.user.name}
password=${psCfg.user.password} password=testtest
private_key_file=/run/secrets/vnc-key.pem private_key_file=/run/agenix/vnc-key.pem
certificate_file=/run/secrets/vnc-cert.pem certificate_file=/run/agenix/vnc-cert.pem
" "

View file

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