hosts/eldrid/misc/undervolt.nix: add

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-14 15:39:36 +03:00
parent ebc0a38f00
commit 56b4746dce
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
services.undervolt = {
enable = true;
# coreOffset = -150;
turbo = 1;
};
}