Compare commits

..

1 Commits

Author SHA1 Message Date
coolneng b82c02f0eb
Tweak the power saving settings 2023-01-13 21:21:36 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1673540789, "lastModified": 1673226411,
"narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=", "narHash": "sha256-b6cGb5Ln7Zy80YO66+cbTyGdjZKtkoqB/iIIhDX9gRA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf", "rev": "aa1d74709f5dac623adb4d48fdfb27cc2c92a4d4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -20,8 +20,8 @@
# Undervolt CPU and GPU # Undervolt CPU and GPU
services.undervolt = { services.undervolt = {
enable = true; enable = true;
coreOffset = -100; coreOffset = -120;
gpuOffset = -75; gpuOffset = -95;
}; };
# Prevent overheating of the CPU # Prevent overheating of the CPU