diff options
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"; }; |