diff --git a/machines/z790prors/hardware-configuration.nix b/machines/z790prors/hardware-configuration.nix index 38db57d..dad093b 100644 --- a/machines/z790prors/hardware-configuration.nix +++ b/machines/z790prors/hardware-configuration.nix @@ -48,6 +48,14 @@ swapDevices = [ ]; + services.beesd.filesystems = { + root = { + spec = "LABEL=nixos"; + hashTableSizeMB = 4096; + verbosity = "crit"; + }; + }; + powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }