diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index 970b76cfbfdf..a5f76b80323d 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -110,8 +110,4 @@ in # Include lots of firmware. hardware.enableRedistributableFirmware = true; - - imports = - [ ../hardware/network/zydas-zd1211.nix ]; - }