tohru: rearrange and split up configuration

This commit is contained in:
Katherina Walshe-Grey 2024-08-30 18:22:13 +01:00
parent 444c69edd3
commit d112e705f1
7 changed files with 103 additions and 118 deletions

9
hosts/tohru/hardware.nix Normal file
View file

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