3
0
Fork 0
forked from mirrors/nixpkgs

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

svn path=/nixos/trunk/; revision=27733
This commit is contained in:
Peter Simons 2011-07-12 10:34:30 +00:00
parent ea84edd528
commit 0ffb794d5d

View file

@ -19,9 +19,9 @@ in
{
###### interface
options = {
services.openssh = {
enable = mkOption {
@ -99,7 +99,7 @@ in
default = "";
description = "Verbatim contents of <filename>sshd_config</filename>.";
};
};
};
@ -144,7 +144,7 @@ in
daemonType = "fork";
exec =
exec =
''
${pkgs.openssh}/sbin/sshd -h /etc/ssh/ssh_host_dsa_key \
-f ${pkgs.writeText "sshd_config" cfg.extraConfig}