decoysnail: enable ssh x11 forwarding

This commit is contained in:
Gabriel Ebner 2018-02-19 10:31:12 +01:00
parent fb6b210541
commit c9b83860f7
1 changed files with 2 additions and 0 deletions

View File

@ -39,4 +39,6 @@
nix.package = pkgs.nixUnstable;
services.openssh.forwardX11 = true;
}