dandelion/kernel: remove duplicate sysctl
This commit is contained in:
parent
b2ae6493d9
commit
4bc19ed87e
1 changed files with 0 additions and 4 deletions
|
|
@ -6,9 +6,5 @@
|
||||||
};
|
};
|
||||||
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];
|
initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" ];
|
||||||
initrd.kernelModules = [ "nvme" ];
|
initrd.kernelModules = [ "nvme" ];
|
||||||
kernel.sysctl = {
|
|
||||||
"kernel.core_pattern" = "|/bin/false";
|
|
||||||
"kernel.sysrq" = 1;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue