Removing rt73 module, adding ralink module.
The rt73 fw were a subset of ralink, and the nixpkgs url for rt73 didn't work either. Ralink should make any rt73 card work.
This commit is contained in:
parent
746b572ee6
commit
9e753f3a46
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
networking.enableRT73Firmware = pkgs.lib.mkOption {
|
networking.enableRalinkFirmware = pkgs.lib.mkOption {
|
||||||
default = false;
|
default = false;
|
||||||
type = pkgs.lib.types.bool;
|
type = pkgs.lib.types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
###### implementation
|
###### implementation
|
||||||
|
|
||||||
config = pkgs.lib.mkIf config.networking.enableRT73Firmware {
|
config = pkgs.lib.mkIf config.networking.enableRalinkFirmware {
|
||||||
hardware.firmware = [ pkgs.rt73fw ];
|
hardware.firmware = [ pkgs.ralink_fw ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
@ -20,7 +20,7 @@
|
|||||||
./hardware/network/intel-2100bg.nix
|
./hardware/network/intel-2100bg.nix
|
||||||
./hardware/network/intel-2200bg.nix
|
./hardware/network/intel-2200bg.nix
|
||||||
./hardware/network/intel-3945abg.nix
|
./hardware/network/intel-3945abg.nix
|
||||||
./hardware/network/rt73.nix
|
./hardware/network/ralink.nix
|
||||||
./hardware/network/rtl8192c.nix
|
./hardware/network/rtl8192c.nix
|
||||||
./hardware/pcmcia.nix
|
./hardware/pcmcia.nix
|
||||||
./installer/tools/nixos-checkout.nix
|
./installer/tools/nixos-checkout.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user