From b8d04f5831ee0b91a6ff8f4fc316f325e794c93e Mon Sep 17 00:00:00 2001 From: DavHau Date: Thu, 12 Dec 2024 10:13:20 +0700 Subject: [PATCH] all-hardare: remove obsolete import of zydas-zd1211.nix This is already included via the above`hardware.enableRedistributableFirmware = true` --- nixos/modules/profiles/all-hardware.nix | 4 ---- 1 file changed, 4 deletions(-) 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 ]; - }