find modules/ -name \*.nix -print0 | xargs -0 sed -i 's/RT73Firmware/RalinkFirmware/g'
This commit is contained in:
@@ -128,7 +128,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# Include the firmware for various wireless cards.
|
# Include the firmware for various wireless cards.
|
||||||
networking.enableRT73Firmware = true;
|
networking.enableRalinkFirmware = true;
|
||||||
networking.enableIntel2200BGFirmware = true;
|
networking.enableIntel2200BGFirmware = true;
|
||||||
|
|
||||||
# To speed up further installation of packages, include the complete stdenv
|
# To speed up further installation of packages, include the complete stdenv
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ in
|
|||||||
services.nixosManual.enable = false;
|
services.nixosManual.enable = false;
|
||||||
|
|
||||||
# Include the firmware for various wireless cards.
|
# Include the firmware for various wireless cards.
|
||||||
networking.enableRT73Firmware = true;
|
networking.enableRalinkFirmware = true;
|
||||||
networking.enableIntel2200BGFirmware = true;
|
networking.enableIntel2200BGFirmware = true;
|
||||||
|
|
||||||
# To speed up further installation of packages, include the complete stdenv
|
# To speed up further installation of packages, include the complete stdenv
|
||||||
|
|||||||
@@ -19,6 +19,6 @@ with pkgs.lib;
|
|||||||
config = mkDefault {
|
config = mkDefault {
|
||||||
# That wireless card firmware not enabled because the corresponding
|
# That wireless card firmware not enabled because the corresponding
|
||||||
# build expression 'rt73fw' is broken.
|
# build expression 'rt73fw' is broken.
|
||||||
networking.enableRT73Firmware = false;
|
networking.enableRalinkFirmware = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user