From 0ffb794d5d76d066eac5f98a3ea5c7e7f0723ef2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 12 Jul 2011 10:34:30 +0000 Subject: [PATCH] modules/services/networking/ssh/sshd.nix: strip trailing whitespace svn path=/nixos/trunk/; revision=27733 --- modules/services/networking/ssh/sshd.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/services/networking/ssh/sshd.nix b/modules/services/networking/ssh/sshd.nix index 66f2f0961b2..be1dac08022 100644 --- a/modules/services/networking/ssh/sshd.nix +++ b/modules/services/networking/ssh/sshd.nix @@ -19,9 +19,9 @@ in { ###### interface - + options = { - + services.openssh = { enable = mkOption { @@ -99,7 +99,7 @@ in default = ""; description = "Verbatim contents of sshd_config."; }; - + }; }; @@ -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}