[NixOS] Add iwlwifi to justin-bieber-creek

This commit is contained in:
2024-12-17 00:16:29 -07:00
parent 80c6ec0080
commit d2ff285109

View File

@@ -29,6 +29,10 @@
boot.extraModulePackages = [ ];
boot.loader.systemd-boot.enable = true;
# Add Intel Wi-Fi firmware
hardware.enableAllFirmware = true;
hardware.firmware = [ pkgs.iwlwifi ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/453d28a1-26f2-4b25-ac72-c6d301fd0bb8";
fsType = "ext4";