ryzensun: enable amd_pstate for CPU scheduling,

enable microcode updates
This commit is contained in:
teutat3s 2024-11-11 17:59:52 +01:00
parent 895981431e
commit d8b7a92079
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -27,6 +27,7 @@ in
# runnerVarsFile = config.age.secrets.docker-ci-runner-secrets.path;
#};
boot.kernelParams = [ "amd_pstate=active" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# Required for WakeOnLan
@ -67,6 +68,8 @@ in
hardware.keyboard.uhk.enable = true;
hardware.cpu.amd.updateMicrocode = true;
home-manager.users."${psCfg.user.name}".xdg.configFile = {
"sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf;
"sway/config.d/autostart.conf".source = ./.config/sway/config.d/autostart.conf;