summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-08-21 17:47:45 +0200
committerAlan Pearce2023-08-21 17:49:07 +0200
commitb2f6bba3116bdb32e33c1656b0a7865b6ce99719 (patch)
tree44f791f9089261dca7d3c4df8fbf46d5e7bc728a
parentdec25b9a777fdf8252bda65d10854c36ab332e61 (diff)
downloadnixfiles-b2f6bba3116bdb32e33c1656b0a7865b6ce99719.tar.lz
nixfiles-b2f6bba3116bdb32e33c1656b0a7865b6ce99719.tar.zst
nixfiles-b2f6bba3116bdb32e33c1656b0a7865b6ce99719.zip
prefect: remove firmware for wireless adapter
-rw-r--r--system/prefect.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index ad0fab16..02586677 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -117,9 +117,6 @@
     '';
   };
 
-  hardware.firmware = with pkgs; [
-    linux-firmware # for iwlwifi
-  ];
   networking = {
     hostName = "prefect";
   };