fix undervolt config for new version of nixpkgs

This commit is contained in:
Dmitriy Kholkin 2020-08-06 23:42:21 +04:00
parent 478580a00f
commit 2ffe6db98e

View File

@ -48,7 +48,7 @@ with deviceSpecific; {
services.undervolt = lib.mkIf (device == "Dell-Laptop") {
enable = true;
coreOffset = "-120";
gpuOffset = "-54";
coreOffset = -120;
gpuOffset = -54;
};
}