nixpkgs/nixos
aaron levin 3b3be7a74b link_power_policy_management default to max_performance
The kernel default for `link_power_management_policy` is `"max_performance"`.
This commit:
f169f60575
set the NixOS default to `"min_performance"`.

This issue (https://github.com/NixOS/nixpkgs/issues/11276) details my long
journey to discover this after several file system failures incorrectly
attributed to `TRIM` and `NCQ` settings.

I think we should use the kernel default of `"max_performance"` to assure
the best experience for new users with SSDs and to conform to the defaults of
the kernel and other distros.
2015-12-16 23:34:36 +01:00
..
doc/manual Merge pull request #11575 from rvlander/fix_container_manual 2015-12-13 23:02:54 +01:00
lib Enable to create hybrid ISO without UEFI boot 2015-11-28 08:55:47 +03:00
maintainers Hack to parallelize AMI copying 2015-09-29 14:54:12 +02:00
modules link_power_policy_management default to max_performance 2015-12-16 23:34:36 +01:00
tests nixos/tests: test SDDM with KDE 5 enabled 2015-12-11 07:09:08 -06:00
COPYING Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
default.nix Add a way to pin a NixOS version within the module system. 2015-11-19 20:58:45 +00:00
README Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
release-combined.nix nixos: add sddm test to combined constituents 2015-12-11 07:08:33 -06:00
release-small.nix release-small.nix: Drop the grub1 test 2015-08-11 13:51:55 +02:00
release.nix nixos/tests: test SDDM with KDE 5 enabled 2015-12-11 07:09:08 -06:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.