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:
Franz Pletz 2018-01-28 21:50:45 +01:00
parent 84176497e8
commit 36103e9863
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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" ];