compat: update hardware configuration
This commit is contained in:
parent
abced3e3c4
commit
d7b21271bd
4 changed files with 7 additions and 2 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
swapDevices = [ ];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue