diff options
author | Alan Pearce | 2023-08-21 17:47:45 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-21 17:49:07 +0200 |
commit | b2f6bba3116bdb32e33c1656b0a7865b6ce99719 (patch) | |
tree | 44f791f9089261dca7d3c4df8fbf46d5e7bc728a /system | |
parent | dec25b9a777fdf8252bda65d10854c36ab332e61 (diff) | |
download | nixfiles-b2f6bba3116bdb32e33c1656b0a7865b6ce99719.tar.lz nixfiles-b2f6bba3116bdb32e33c1656b0a7865b6ce99719.tar.zst nixfiles-b2f6bba3116bdb32e33c1656b0a7865b6ce99719.zip |
prefect: remove firmware for wireless adapter
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 3 |
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"; }; |