diff --git a/roles/graphical.nix b/roles/graphical.nix index 84822fc..236697e 100644 --- a/roles/graphical.nix +++ b/roles/graphical.nix @@ -49,5 +49,6 @@ in networking.firewall.allowedUDPPorts = [57621]; users.extraUsers.yorick.hashedPassword = secrets.yorick_hashedPassword; + services.openssh.forwardX11 = true; }; }