3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from anderspapitto/docs

docs
This commit is contained in:
Peter Simons 2015-12-30 21:08:52 +01:00
commit e402a2e670

View file

@ -22,10 +22,9 @@ in
boot.kernel.sysctl = mkOption {
default = {};
example = {
"net.ipv4.tcp_syncookies" = false;
"vm.swappiness" = 60;
};
example = literalExample ''
{ "net.ipv4.tcp_syncookies" = false; "vm.swappiness" = 60; }
'';
type = types.attrsOf sysctlOption;
description = ''
Runtime parameters of the Linux kernel, as set by