fix undervolt config for new version of nixpkgs
This commit is contained in:
parent
478580a00f
commit
2ffe6db98e
@ -48,7 +48,7 @@ with deviceSpecific; {
|
|||||||
|
|
||||||
services.undervolt = lib.mkIf (device == "Dell-Laptop") {
|
services.undervolt = lib.mkIf (device == "Dell-Laptop") {
|
||||||
enable = true;
|
enable = true;
|
||||||
coreOffset = "-120";
|
coreOffset = -120;
|
||||||
gpuOffset = "-54";
|
gpuOffset = -54;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user