all repos — nixfiles @ b2f6bba3116bdb32e33c1656b0a7865b6ce99719

System and user configuration, managed by nix and home-manager

prefect: remove firmware for wireless adapter
Alan Pearce alan@alanpearce.eu
Mon, 21 Aug 2023 17:47:45 +0200
commit

b2f6bba3116bdb32e33c1656b0a7865b6ce99719

parent

dec25b9a777fdf8252bda65d10854c36ab332e61

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -117,9 +117,6 @@ ip6 saddr { fd00::/8, fe80::/10 } accept     '';
   };
 
-  hardware.firmware = with pkgs; [
-    linux-firmware # for iwlwifi
-  ];
   networking = {
     hostName = "prefect";
   };