From 86ba0c52b33da32c0870673bab7e285b31688968 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2012 08:13:24 +0000 Subject: [PATCH] modules/services/networking/ssh/sshd.nix: stripped trailing whitespace svn path=/nixos/trunk/; revision=33926 --- modules/services/networking/ssh/sshd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/networking/ssh/sshd.nix b/modules/services/networking/ssh/sshd.nix index cf02ab4fbba9..ce7ecd3af8c0 100644 --- a/modules/services/networking/ssh/sshd.nix +++ b/modules/services/networking/ssh/sshd.nix @@ -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";}]; };