Compare commits
2 Commits
b82c02f0eb
...
446aa835dd
Author | SHA1 | Date |
---|---|---|
coolneng | 446aa835dd | |
coolneng | d368a96e18 |
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1673226411,
|
"lastModified": 1673540789,
|
||||||
"narHash": "sha256-b6cGb5Ln7Zy80YO66+cbTyGdjZKtkoqB/iIIhDX9gRA=",
|
"narHash": "sha256-xqnxBOK3qctIeUVxecydrEDbEXjsvHCPGPbvsl63M/U=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "aa1d74709f5dac623adb4d48fdfb27cc2c92a4d4",
|
"rev": "0f213d0fee84280d8c3a97f7469b988d6fe5fcdf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
# Undervolt CPU and GPU
|
# Undervolt CPU and GPU
|
||||||
services.undervolt = {
|
services.undervolt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
coreOffset = -120;
|
coreOffset = -100;
|
||||||
gpuOffset = -95;
|
gpuOffset = -75;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Prevent overheating of the CPU
|
# Prevent overheating of the CPU
|
||||||
|
|
Loading…
Reference in New Issue