testing powerManagement setting for rhapsody-in-green

This commit is contained in:
2025-03-26 19:15:52 -04:00
parent 9dd32c7c06
commit fd172638ec
2 changed files with 7 additions and 0 deletions

View File

@@ -176,6 +176,7 @@
"OCSP",
"oderwat",
"ollama",
"ondemand",
"oneshot",
"openwakeword",
"optimise",
@@ -196,6 +197,7 @@
"plugdev",
"poppler",
"posixacl",
"powertop",
"primarycache",
"prismlauncher",
"privatebrowsing",

View File

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