Author: simons
Date: Thu Apr 26 08:13:24 2012
New Revision: 33926
URL: https://nixos.org/websvn/nix/?rev=33926&sc=1
Log:
modules/services/networking/ssh/sshd.nix: stripped trailing whitespace
Modified:
nixos/trunk/modules/services/networking/ssh/sshd.nix
Modified: nixos/trunk/modules/services/networking/ssh/sshd.nix
==============================================================================
--- nixos/trunk/modules/services/networking/ssh/sshd.nix Thu Apr 26
08:13:21 2012 (r33925)
+++ nixos/trunk/modules/services/networking/ssh/sshd.nix Thu Apr 26
08:13:24 2012 (r33926)
@@ -309,7 +309,7 @@
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";}];
};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits