clean up
This commit is contained in:
7
common/boot/firmware.nix
Normal file
7
common/boot/firmware.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
# services.fwupd.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user