lol

nixos/powerManagement: remove duplicate definition

When not set just use the kernel default. `nixos-generate-config` will pick
a reasonable default.

cc #34350

-3
-3
nixos/modules/config/power-management.nix
··· 69 69 70 70 config = mkIf cfg.enable { 71 71 72 - # Leftover for old setups, should be set by nixos-generate-config now 73 - powerManagement.cpuFreqGovernor = mkOptionDefault "ondemand"; 74 - 75 72 systemd.targets.post-resume = { 76 73 description = "Post-Resume Actions"; 77 74 requires = [ "post-resume.service" ];