From 2d266d395ddad19c13043a98117bce93362beb47 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 23 May 2026 22:10:54 +0200 Subject: [PATCH] fix(amd): stop forcing the performance CPU governor Let the amd host inherit the default governor behavior instead of pinning it to performance so the kernel or hardware-specific configuration can choose the appropriate scaling policy. --- systems/x86_64-linux/amd/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/systems/x86_64-linux/amd/default.nix b/systems/x86_64-linux/amd/default.nix index d55a514..d727fcb 100644 --- a/systems/x86_64-linux/amd/default.nix +++ b/systems/x86_64-linux/amd/default.nix @@ -16,8 +16,6 @@ with lib.metacfg; ./rialo.nix ]; - powerManagement.cpuFreqGovernor = "performance"; - services.rustdesk-server.signal.enable = false; networking.firewall.allowedTCPPorts = [ 80