nixpkgs/nixos
symphorien 6dfbef0ae2 nixos/crashdump: fix evaluation. (#30415)
The module would fail to evaluate:
```The option value `boot.crashDump.kernelPackages' in ... is not a package.```

Removed the option boot.crashDump.kernelPackage in favor of using
boot.kernelPatches which automatically chooses the same kernel version
as boot.kernelPackage instead of overriding it.

Added option boot.crashDump.reservedMemory to customized crash kernel
memory.

Changed the default of boot.crashDump.kernelParams as the current one
seemed to have no effect.
2017-10-25 20:00:52 +00:00
..
doc/manual nixos/postfix: allow dollar parameters in lists (#30612) 2017-10-23 17:57:20 +02:00
lib Merge pull request #30166 from LumiGuide/graphite-1.0.2 2017-10-18 12:58:55 +01:00
maintainers amazon-image: make derivation name configurable 2017-10-23 16:22:24 -04:00
modules nixos/crashdump: fix evaluation. (#30415) 2017-10-25 20:00:52 +00:00
tests nixos/tests/gitolite: Don't build during evaluation 2017-10-21 23:45:37 +03:00
COPYING
default.nix Remove nixFallback 2017-03-06 15:54:50 +01:00
README
release-combined.nix nixos: limited support archs are not release-critical 2017-10-14 22:09:35 +02:00
release-small.nix nixos/release-small.nix: cleanup to use default versions 2017-01-27 15:33:54 +01:00
release.nix nixos/tests: Fix typo (grafama -> grafana) 2017-10-21 23:44:15 +03: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.