summaryrefslogtreecommitdiffstats
path: root/common/pc
AgeCommit message (Collapse)Author
2019-10-16Replace ad hoc throttling fix with throttledMichael Peyton Jones
`throttled` is a service designed to fix the same CPU throttling bug, but it's an actively maintainted upstream project that we can use.
2019-07-23enable fstrim on SSDsJörg Thalheim
This will run TRIM once a week using a systemd timer. Running TRIM regularly will improves the performance and increases the SSDs lifespan. Since it is based on the utillinux no additional package is required.
2019-07-04Specify a correct unit descriptionVictor Nawothnig
2018-10-23move acpi_call.nix and cpu-throttling-bug.nix to common folderAndré-Patrick Bubel
2017-12-27common/pc/laptop: drop explicit vm.laptop_modeYegor Timoshenko
This is handled by TLP, so we don't need to set that explicitly.
2017-12-25common/pc/laptop: disable cpuFreqGovernorYegor Timoshenko
2017-12-24treewide: abstract away common configs into common/Yegor Timoshenko