mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-16 17:33:54 +02:00
hostconfig/<laptop>: Add AMD pstates
This commit is contained in:
parent
9d37e0fbe3
commit
3fbd953b99
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.kernelParams = [ "amd_pstate=active" ];
|
||||
|
||||
networking.hostName = "laptop";
|
||||
networking.networkmanager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue