Skip to content

Commit

Permalink
Remove autofreq from sigmachine
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 3, 2024
1 parent 568e9c6 commit abcd44c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions system/_sigmachine.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
{ config, pkgs, ... }: {
services = {
auto-cpufreq = {
enable = true;
settings = {
battery = {
governor = "powersave";
turbo = "never";
};

charger = {
governor = "performance";
turbo = "auto";
};
};
};

upower.enable = true;
};

system = {
copySystemConfiguration = false;
stateVersion = "24.05";
Expand Down

0 comments on commit abcd44c

Please sign in to comment.