diff options
| author | Matthew Bauer <mjbauer95@gmail.com> | 2019-06-23 20:30:27 -0400 |
|---|---|---|
| committer | Matthew Bauer <mjbauer95@gmail.com> | 2019-06-23 20:35:11 -0400 |
| commit | d5a3e5f476b28cd675b9f8aed7fa36b3a70bde3f (patch) | |
| tree | 8b9fd2a8048e3af0cf344bf2bb480b829994cf4a | |
| parent | postgresql_11: 11.3 -> 11.4 (diff) | |
| download | nixpkgs-d5a3e5f476b28cd675b9f8aed7fa36b3a70bde3f.tar.gz | |
nixos: add hardware/network/intel-2200bg.nix to module-list
this is referenced by nixos-generate-config.pl. See
https://github.com/NixOS/nixpkgs/pull/63091 for more discussion.
(cherry picked from commit 8768d1c83afe012ec5a19ff1faa63fd7f560c01f)
| -rw-r--r-- | nixos/modules/module-list.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index 12e973094185..0aca765ff03a 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -47,6 +47,7 @@ ./hardware/ledger.nix ./hardware/mcelog.nix ./hardware/network/b43.nix + ./hardware/network/intel-2200bg.nix ./hardware/nitrokey.nix ./hardware/opengl.nix ./hardware/pcmcia.nix |
