summary refs log tree commit diff
path: root/modules/programs
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-03-11 17:02:53 +0000
committerLudovic Courtès <ludo@gnu.org>2010-03-11 17:02:53 +0000
commit8e16742b7949b24781eb99158a117dff4922778f (patch)
tree4b85730f56f75f7de42a211a75d962ce7f3c85a0 /modules/programs
parentd1b4b7fd282e880541bd2d24a468e1514c5eae1d (diff)
downloadnixpkgs-8e16742b7949b24781eb99158a117dff4922778f.tar
nixpkgs-8e16742b7949b24781eb99158a117dff4922778f.tar.gz
nixpkgs-8e16742b7949b24781eb99158a117dff4922778f.tar.bz2
nixpkgs-8e16742b7949b24781eb99158a117dff4922778f.tar.lz
nixpkgs-8e16742b7949b24781eb99158a117dff4922778f.tar.xz
nixpkgs-8e16742b7949b24781eb99158a117dff4922778f.tar.zst
nixpkgs-8e16742b7949b24781eb99158a117dff4922778f.zip
Update users of `services.sshd'.
svn path=/nixos/trunk/; revision=20575
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/ssh.nix b/modules/programs/ssh.nix
index c325a4bea34..ce07c4f3b32 100644
--- a/modules/programs/ssh.nix
+++ b/modules/programs/ssh.nix
@@ -7,7 +7,7 @@
     [ { # SSH configuration.  Slight duplication of the sshd_config
         # generation in the sshd service.
         source = pkgs.writeText "ssh_config" ''
-          ${if config.services.sshd.forwardX11 then ''
+          ${if config.services.openssh.forwardX11 then ''
             ForwardX11 yes
             XAuthLocation ${pkgs.xorg.xauth}/bin/xauth
           '' else ''