Use optimised kernel and CPU governor on PCs (laptops and desktops)
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M system/prefect.nix → system/prefect.nix
@@ -13,6 +13,7 @@ ./settings/configuration/nix.nix ./settings/configuration/user.nix ./settings/hardware/audio.nix ./settings/hardware/bare-metal.nix + ./settings/hardware/personal-computer.nix ./settings/hardware/bluetooth.nix ./settings/hardware/nvme-root.nix ./settings/hardware/connman.nix@@ -79,7 +80,6 @@ ip6tables -A nixos-fw -p tcp --source fd12:d04f:65d:0::/64 -j nixos-fw-accept ip6tables -A nixos-fw -p udp --source fd12:d04f:65d:0::/64 -j nixos-fw-accept ''; - powerManagement.cpuFreqGovernor = "schedutil"; networking = { hostName = "prefect"; };