enabled powertop by default

This commit is contained in:
2025-04-05 11:13:16 -04:00
parent eb90251671
commit ccfde41209
3 changed files with 2 additions and 11 deletions

View File

@@ -16,12 +16,6 @@
./syncthing.nix
];
powerManagement = {
# cpuFreqGovernor = "ondemand";
scsiLinkPolicy = "min_power";
powertop.enable = true;
};
services = {
openssh.ports = [ 629 ];