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.
This commit is contained in:
Harald Hoyer 2026-05-23 22:10:54 +02:00
parent acc1254d27
commit 2d266d395d

View file

@ -16,8 +16,6 @@ with lib.metacfg;
./rialo.nix ./rialo.nix
]; ];
powerManagement.cpuFreqGovernor = "performance";
services.rustdesk-server.signal.enable = false; services.rustdesk-server.signal.enable = false;
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 80