diff --git a/nixos/vnc-desktop/start.sh b/nixos/vnc-desktop/start.sh index aac2379..3153ccc 100644 --- a/nixos/vnc-desktop/start.sh +++ b/nixos/vnc-desktop/start.sh @@ -16,7 +16,7 @@ Xvnc :1 \ -rfbport 5901 \ -SecurityTypes VncAuth \ -PasswordFile /root/.vnc/passwd \ - -geometry 1280x800 \ + -geometry 1920x1080 \ -depth 24 \ -AlwaysShared \ &