mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Don't run the cpufreq service in VMs
This commit is contained in:
parent
85e9ad1b2f
commit
8b7d73abba
@ -44,6 +44,7 @@ in
|
||||
script = ''
|
||||
cpupower frequency-set -g ${cfg.cpuFreqGovernor}
|
||||
'';
|
||||
unitConfig.ConditionVirtualization = false;
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = "yes";
|
||||
|
Loading…
Reference in New Issue
Block a user