summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vidhar/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index af85848e..fb4256f6 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -133,5 +133,11 @@
133 automatic = true; 133 automatic = true;
134 options = "--delete-older-than 30d"; 134 options = "--delete-older-than 30d";
135 }; 135 };
136
137 powerManagement = {
138 enable = true;
139
140 cpuFreqGovernor = "schedutil";
141 };
136 }; 142 };
137} 143}