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 ];

View File

@@ -15,11 +15,6 @@
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
];
powerManagement = {
cpuFreqGovernor = "ondemand";
powertop.enable = true;
};
networking = {
hostName = "rhapsody-in-green";
hostId = "6404140d";