nodes/home.nas: enable x11 forwarding for admins
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-05-01 15:18:21 +02:00
parent 75fea7aa34
commit 8c276b53a6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 9 additions and 0 deletions

View file

@ -37,3 +37,6 @@ Match Group sftp
Match User ${','.join(sorted(admin_users))}
AllowTcpForwarding yes
% if enable_x_forwarding_for_admins:
X11Forwarding yes
% endif