mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
moved undervolt to hardware config
This commit is contained in:
parent
7ef44109c6
commit
086eb08ae6
2 changed files with 8 additions and 8 deletions
|
@ -62,14 +62,6 @@
|
|||
services.xserver.wacom.enable = true;
|
||||
services.xserver.videoDrivers = [ "i915" ];
|
||||
|
||||
services.undervolt = {
|
||||
enable = true;
|
||||
coreOffset = -100;
|
||||
uncoreOffset = -100;
|
||||
analogioOffset = -100;
|
||||
gpuOffset = -100;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue