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:
parent
acc1254d27
commit
2d266d395d
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue