Author: simons
Date: Tue Jul 12 10:34:30 2011
New Revision: 27733
URL: https://svn.nixos.org/websvn/nix/?rev=27733&sc=1
Log:
modules/services/networking/ssh/sshd.nix: strip 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 Tue Jul 12
10:34:27 2011 (r27732)
+++ nixos/trunk/modules/services/networking/ssh/sshd.nix Tue Jul 12
10:34:30 2011 (r27733)
@@ -19,9 +19,9 @@
{
###### interface
-
+
options = {
-
+
services.openssh = {
enable = mkOption {
@@ -99,7 +99,7 @@
default = "";
description = "Verbatim contents of <filename>sshd_config</filename>.";
};
-
+
};
};
@@ -144,7 +144,7 @@
daemonType = "fork";
- exec =
+ exec =
''
${pkgs.openssh}/sbin/sshd -h /etc/ssh/ssh_host_dsa_key \
-f ${pkgs.writeText "sshd_config" cfg.extraConfig}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits