Compare commits

..

2 Commits

Author SHA1 Message Date
coolneng 446aa835dd
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/aa1d74709f5dac623adb4d48fdfb27cc2c92a4d4' (2023-01-09)
  → 'github:NixOS/nixpkgs/0f213d0fee84280d8c3a97f7469b988d6fe5fcdf' (2023-01-12)
2023-01-13 22:56:34 +01:00
coolneng d368a96e18
Tweak the power saving settings 2023-01-13 22:56:34 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -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": {

View File

@ -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