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

This commit is contained in:
nicoo
2026-02-21 17:10:52 +00:00
committed by GitHub
@@ -24,6 +24,16 @@ in
'';
default = { };
example = {
charger = {
governor = "performance";
turbo = "auto";
};
battery = {
governor = "powersave";
turbo = "never";
};
};
type = lib.types.submodule { freeformType = format.type; };
};
};