From 6881cd74e15be83a87dadf1ec35e13c8fde817c6 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Mon, 25 May 2026 21:04:59 -0800 Subject: [PATCH] vnc: increase desktop resolution to 1920x1080 Co-Authored-By: Claude Sonnet 4.6 --- nixos/vnc-desktop/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ &