summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 41d9ab02..5d4eb207 100644
--- a/hel.nix
+++ b/hel.nix
@@ -105,8 +105,9 @@
105 Match User media 105 Match User media
106 ForceCommand ${pkgs.openssh}/libexec/sftp-server 106 ForceCommand ${pkgs.openssh}/libexec/sftp-server
107 PermitTTY no 107 PermitTTY no
108 AllowPortForwarding no 108 AllowTcpForwarding no
109 AllowX11Forwarding no 109 AllowStreamLocalForwarding no
110 X11Forwarding no
110 AllowAgentForwarding no 111 AllowAgentForwarding no
111 ''; 112 '';
112 }; 113 };