modules/services/networking/ssh/sshd.nix: don't write debug output to /tmp/log

svn path=/nixos/trunk/; revision=33925
This commit is contained in:
Peter Simons 2012-04-26 08:13:21 +00:00
parent e6fd0fa893
commit ee2fcb645b

View file

@ -116,8 +116,6 @@ let
done
}
exec >> /tmp/log 2>&1
set -x
${userLoop}
'';