no-x-libs: s/sshd/openssh/

svn path=/nixos/trunk/; revision=21009
This commit is contained in:
Yury G. Kudryashov 2010-04-11 14:47:06 +00:00
parent 289dcec9db
commit eea1660532

View File

@ -7,14 +7,14 @@
example = true; example = true;
description = '' description = ''
Switch off the options in the default configuration that require X libraries. Switch off the options in the default configuration that require X libraries.
Currently this includes: sshd.forwardX11, dbus, hal, fonts.enableCoreFonts, Currently this includes: openssh.forwardX11, dbus, hal, fonts.enableCoreFonts,
fonts.enableFontConfig fonts.enableFontConfig
''; '';
}; };
}; };
config = pkgs.lib.mkIf config.environment.noXlibs { config = pkgs.lib.mkIf config.environment.noXlibs {
services = { services = {
sshd = { openssh = {
forwardX11 = false; forwardX11 = false;
}; };
dbus.enable = false; dbus.enable = false;