Unverified Commit cdcb4653 authored by nicoo's avatar nicoo Committed by GitHub
Browse files

nixos/auto-cpufreq: Add example for settings option (#490311)

parents 0a66569f 48db711d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -24,6 +24,16 @@ in
        '';

        default = { };
        example = {
          charger = {
            governor = "performance";
            turbo = "auto";
          };
          battery = {
            governor = "powersave";
            turbo = "never";
          };
        };
        type = lib.types.submodule { freeformType = format.type; };
      };
    };