Added Automatic Firmware Extraction
All checks were successful
/ Check Nix Flake (push) Successful in 1m55s
All checks were successful
/ Check Nix Flake (push) Successful in 1m55s
This commit is contained in:
parent
b542218ba7
commit
612a1414e1
1 changed files with 1 additions and 0 deletions
|
@ -35,5 +35,6 @@ in {
|
||||||
# Misc
|
# Misc
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
|
hardware.apple-t2.firmware.enable = true;
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue