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;
description = ''
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
'';
};
};
config = pkgs.lib.mkIf config.environment.noXlibs {
services = {
sshd = {
openssh = {
forwardX11 = false;
};
dbus.enable = false;