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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user