Files
home/.config/wayvnc/config
T
valknar 7520a1a5fb feat(wayvnc): add config and user service for tailnet-only VNC access
Binds to the tailscale IP only, with PAM auth over TLS. TLS cert/key
are machine-local secrets and intentionally not tracked.
2026-08-24 16:32:36 +02:00

7 lines
179 B
Plaintext

address=100.64.0.1
port=5900
enable_auth=true
enable_pam=true
certificate_file=/home/valknar/.config/wayvnc/tls_cert.pem
private_key_file=/home/valknar/.config/wayvnc/tls_key.pem