mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixos/powerManagement: remove duplicate definition
When not set just use the kernel default. `nixos-generate-config` will pick a reasonable default. cc #34350
This commit is contained in:
parent
84176497e8
commit
36103e9863
@ -69,9 +69,6 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
# Leftover for old setups, should be set by nixos-generate-config now
|
||||
powerManagement.cpuFreqGovernor = mkOptionDefault "ondemand";
|
||||
|
||||
systemd.targets.post-resume = {
|
||||
description = "Post-Resume Actions";
|
||||
requires = [ "post-resume.service" ];
|
||||
|
Loading…
Reference in New Issue
Block a user