add /root/my-firmware to the list of firmware directories
svn path=/nixos/trunk/; revision=17809
This commit is contained in:
parent
336d33e591
commit
70b4e1a371
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue