x11 forwarding

auto-flake-update
Yorick van Pelt 2017-02-27 16:20:31 +01:00
parent 4703a2f5b7
commit 5caaa521fc
1 changed files with 1 additions and 0 deletions

View File

@ -49,5 +49,6 @@ in
networking.firewall.allowedUDPPorts = [57621];
users.extraUsers.yorick.hashedPassword = secrets.yorick_hashedPassword;
services.openssh.forwardX11 = true;
};
}