diff --git a/hosts/helios/hardware-configuration.nix b/hosts/helios/hardware-configuration.nix index 22797aa..278e8ee 100644 --- a/hosts/helios/hardware-configuration.nix +++ b/hosts/helios/hardware-configuration.nix @@ -22,13 +22,14 @@ ]; initrd.kernelModules = [ ]; initrd.supportedFilesystems = [ "zfs" ]; - blacklistedKernelModules = [ "amdgpu" ]; kernelModules = [ "kvm-intel" ]; kernelParams = [ "elevator=none" ]; extraModulePackages = [ ]; supportedFilesystems = [ "zfs" ]; }; + powerManagement.cpuFreqGovernor = "schedutil"; + fileSystems."/" = { device = "rpool/system/root"; fsType = "zfs";