mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-27 13:33:57 +02:00
6 lines
195 B
Nix
6 lines
195 B
Nix
{
|
|
# Desktops keep X11 forwarding (current behavior, needed for GUI forwarding);
|
|
# servers default to off (see modules/nixos/base/ssh.nix).
|
|
services.openssh.settings.X11Forwarding = true;
|
|
}
|