From 5caaa521fca324c4561c19892a8d59cbf5f38ea4 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 27 Feb 2017 16:20:31 +0100 Subject: [PATCH] x11 forwarding --- roles/graphical.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }