[host/faunus-ater] Enable fwupd service
This commit is contained in:
parent
7fac654a5a
commit
dd40be2357
|
@ -16,6 +16,9 @@
|
|||
services.zfs.autoScrub.enable = true;
|
||||
services.zfs.autoScrub.pools = ["rpool"];
|
||||
|
||||
# === Additional services ===
|
||||
services.fwupd.enable = true;
|
||||
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue