mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
* Leave out HAL and d-bus (not needed).
svn path=/nixos/branches/modular-nixos/; revision=16032
This commit is contained in:
parent
2346754f5e
commit
1803c67d13
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
# Don't include X libraries.
|
||||
services.sshd.forwardX11 = false;
|
||||
services.dbus.enable = false; # depends on libX11
|
||||
services.hal.enable = false; # depends on dbus
|
||||
fonts.enableFontConfig = false;
|
||||
fonts.enableCoreFonts = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue