diff --git a/modules/services/networking/ssh/sshd.nix b/modules/services/networking/ssh/sshd.nix index 66f2f0961b22..be1dac080221 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}