modules/services/networking/ssh/sshd.nix: stripped trailing whitespace

svn path=/nixos/trunk/; revision=33926
This commit is contained in:
Peter Simons 2012-04-26 08:13:24 +00:00
parent ee2fcb645b
commit 86ba0c52b3

View File

@ -309,7 +309,7 @@ in
ChallengeResponseAuthentication ${if cfg.challengeResponseAuthentication then "yes" else "no"}
'';
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
assertions = [{ assertion = if cfg.forwardX11 then cfgc.setXAuthLocation else true;
message = "cannot enable X11 forwarding without setting xauth location";}];
};