From 41ecfa25f101d51b32ed49089405d7a8e5a8cc88 Mon Sep 17 00:00:00 2001 From: jay Date: Sat, 2 Aug 2025 22:01:14 -0400 Subject: [PATCH] Disable powermanagement. --- nodes/hosts/nixy/system/bootloader.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nodes/hosts/nixy/system/bootloader.nix b/nodes/hosts/nixy/system/bootloader.nix index 89020ea..583f732 100644 --- a/nodes/hosts/nixy/system/bootloader.nix +++ b/nodes/hosts/nixy/system/bootloader.nix @@ -48,10 +48,5 @@ }; }; - - powerManagement = { - cpuFreqGovernor = "ondemand"; - enable = "true"; - }; }