Merge branch 'feature/wayvnc' of git.b12f.io:pub-solar/os into feature/wayvnc

This commit is contained in:
Benjamin Bädorf 2022-04-30 17:41:38 +02:00
commit 48a1267b4e
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -10,8 +10,8 @@ pkgs:
Service = {
Type = "simple";
ExecStart = "${pkgs.wayvnc}/bin/wayvnc --render-cursor";
Environment = "WAYLAND_DISPLAY=wayland-1";
ExecStart = "${pkgs.wayvnc}/bin/wayvnc -r -p 0.0.0.0 5901";
};
Install = {