about summary refs log tree commit diff
path: root/machines/tishtushi.nix
Commit message (Collapse)AuthorAgeFilesLines
* tishtushi: Really use the latest mainline kernel.aszlig2015-02-141-4/+6
| | | | | | | | | | | | | | | | | | I can't emphasize this enough: *REALLY* Whenever the newest stable kernel is released, the version in linux_testing will *still* the latest -rc even though it's older than the current stable. Strictly speaking, it's true that even though the stable version is newer, the label "testing" is correct. However, and in my case I want to really have the latest mainline version, no matter whether it's stable or testing. So, we're just comparing the major and minor version numbers and if they match, we're using the latest stable, otherwise we're using testing. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tishtushi: Use TLP service instead of hdparm.aszlig2015-01-271-3/+1
| | | | | | | | | | Thanks to @abbradar for packaging the TLP nixpkg and NixOS service module. The upside is that the APM level of the disk is 254 by default, so we don't need to explicitly set that during bootup and it is done automatically when we're on AC (when the battery is the power source it's 128). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tishtushi: Add and enable BFQ scheduler patch.aszlig2014-11-201-2/+17
| | | | | | | I hate it to not being able to use my system while there is heavy I/O load :-/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* tishtushi: Set standby timer for rotational disk.aszlig2014-10-131-0/+4
| | | | | | | I don't like the constant clicking after a small fart of idling, especially because it will reduce the disk life as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* machines: Add new configuration for 'tishtushi'.aszlig2014-10-131-0/+46
At the moment, this configuration is only preliminary and we still need to refine hardware configuration and of course the kernel configuration. Signed-off-by: aszlig <aszlig@redmoonstudios.org>