hostconfig/<laptop>: Add AMD pstates

This commit is contained in:
Quentin Boyer 2024-07-24 17:23:24 +02:00
parent 9d37e0fbe3
commit 3fbd953b99

View file

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