summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:36:13 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:36:13 +0200
commitaf90c204cf2e5691835005c470522ffcf39dff32 (patch)
tree49910ca66878ac9e314d00941ef5e6045ca57599
parent3ba89d0aee54598b2d6bf93f56ba58f0faad23b4 (diff)
downloadnixos-af90c204cf2e5691835005c470522ffcf39dff32.tar
nixos-af90c204cf2e5691835005c470522ffcf39dff32.tar.gz
nixos-af90c204cf2e5691835005c470522ffcf39dff32.tar.bz2
nixos-af90c204cf2e5691835005c470522ffcf39dff32.tar.xz
nixos-af90c204cf2e5691835005c470522ffcf39dff32.zip
media can only access /var/media
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 3dfbe6f4..3ab495b7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -109,6 +109,7 @@
109 AllowStreamLocalForwarding no 109 AllowStreamLocalForwarding no
110 X11Forwarding no 110 X11Forwarding no
111 AllowAgentForwarding no 111 AllowAgentForwarding no
112 ChrootDirectory %h
112 ''; 113 '';
113 }; 114 };
114 115