add /root/my-firmware to the list of firmware directories

svn path=/nixos/trunk/; revision=17809
This commit is contained in:
Marc Weber 2009-10-14 21:35:39 +00:00
parent 336d33e591
commit 70b4e1a371

View file

@ -8,6 +8,10 @@
installer.configModule = "./nixos/modules/installer/cd-dvd/installation-cd-minimal.nix";
# allow using of firmware without rebuilding the system
hardware.firmware = [ "/root/my-firmware" ];
# Don't include X libraries.
services.sshd.forwardX11 = false;
services.dbus.enable = false; # depends on libX11