configuration.nix/hosts/rico1/hardware/kernel.nix

7 lines
153 B
Nix
Raw Normal View History

2024-06-25 00:23:05 +05:30
{ lib
, ...
}: {
2024-06-26 00:02:40 +05:30
boot.supportedFilesystems = lib.mkForce [ "vfat" "btrfs" "ext4" ];
2024-06-25 00:23:05 +05:30
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
}