do X11 forwarding as user to the BSDs

This commit is contained in:
Christoph Cullmann 2025-06-09 19:58:33 +02:00
parent 483ae81f72
commit 2264da520b
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -230,6 +230,9 @@ in
settings.Macs = [ "hmac-sha2-512-etm@openssh.com" ];
};
# ensure ssh knows where xauth is for X11 forwarding
programs.ssh.setXAuthLocation = true;
# Set your time zone.
time.timeZone = "Europe/Berlin";
@ -416,6 +419,7 @@ in
vscodium
vulkan-tools
wayland-utils
xorg.xauth
xorg.xhost
xorg.xlsclients
zoxide