kilgharrah: rearrange and split up configuration

This commit is contained in:
Katherina Walshe-Grey 2024-09-04 23:31:02 +01:00
parent 84e44962ee
commit 09087ba199
7 changed files with 100 additions and 109 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
hardware.enableAllFirmware = true;
hardware.cpu.intel.updateMicrocode = true;
services.fwupd.enable = true;
}