configuration.nix/hosts/rico1/hardware/kernel.nix
2024-06-26 00:02:40 +05:30

6 lines
153 B
Nix

{ lib
, ...
}: {
boot.supportedFilesystems = lib.mkForce [ "vfat" "btrfs" "ext4" ];
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}