From 8acb093f34690e04c83878c1cf08345efffacdcc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 17 Dec 2024 00:20:13 -0700 Subject: [PATCH] [NixOS] enableRedistributableFirmware on justin-bieber-creek --- nixos/machines/justin-bieber-creek.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/justin-bieber-creek.nix b/nixos/machines/justin-bieber-creek.nix index 59ee02fd..403e590a 100644 --- a/nixos/machines/justin-bieber-creek.nix +++ b/nixos/machines/justin-bieber-creek.nix @@ -30,8 +30,8 @@ boot.loader.systemd-boot.enable = true; # Add Intel Wi-Fi firmware + hardware.enableRedistributableFirmware = true; hardware.enableAllFirmware = true; - hardware.firmware = [ pkgs.iwlwifi ]; fileSystems."/" = { device = "/dev/disk/by-uuid/453d28a1-26f2-4b25-ac72-c6d301fd0bb8";