Update users of `services.sshd'.
svn path=/nixos/trunk/; revision=20575
This commit is contained in:
@@ -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 ''
|
||||
|
||||
Reference in New Issue
Block a user