diff --git a/nixos/base.nix b/nixos/base.nix index e752124..f818278 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -140,6 +140,7 @@ programs.ssh = { enableAskPassword = false; + forwardX11 = true; }; sops = { @@ -222,6 +223,7 @@ PermitRootLogin = "no"; PasswordAuthentication = false; KbdInteractiveAuthentication = false; + X11Forwarding = true; }; };