no-x-libs: s/sshd/openssh/
svn path=/nixos/trunk/; revision=21009
This commit is contained in:
parent
289dcec9db
commit
eea1660532
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user