Skip to content

Commit

Permalink
fix intel firmware missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoette committed Oct 25, 2024
1 parent 5d901cc commit 2bb2d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machines/lamabus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ in {
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.enableRedistributableFirmware = config.nixpkgs.config.allowUnfree;
system.stateVersion = "22.05";

}

0 comments on commit 2bb2d91

Please sign in to comment.