modules/programs/ssh.nix: strip trailing whitespace

This commit is contained in:
Peter Simons 2012-10-29 17:10:46 +01:00
parent 307644e3b0
commit b1fefb8834

@ -34,7 +34,7 @@ in
};
};
assertions = [{ assertion = if cfg.forwardX11 then cfg.setXAuthLocation else true;
assertions = [{ assertion = if cfg.forwardX11 then cfg.setXAuthLocation else true;
message = "cannot enable X11 forwarding without setting xauth location";}];
config = {