do X11 forwarding as user to the BSDs
This commit is contained in:
parent
483ae81f72
commit
2264da520b
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue