Skip to content

Commit

Permalink
fix: typo in firmware.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee committed Sep 13, 2024
1 parent d3270d8 commit b637d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/firmware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in

# update microcode
hardware.cpu.amd.updateMicrocode = lib.mkIf hasAmdCpu (
lib.mkDefault config.hardware.enableRedstributableFirmware
lib.mkDefault config.hardware.enableRedistributableFirmware
);
hardware.cpu.intel.updateMicrocode = lib.mkIf hasIntelCpu (
lib.mkDefault config.hardware.enableRedistributableFirmware
Expand Down

0 comments on commit b637d08

Please sign in to comment.