switch back to hardened kernel
This commit is contained in:
parent
45e07457b5
commit
3be6bedd10
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
networking.hostName = "foureighty";
|
networking.hostName = "foureighty";
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest_hardened;
|
||||||
|
|
||||||
initrd.luks.devices = {
|
initrd.luks.devices = {
|
||||||
root = {
|
root = {
|
||||||
|
|
Loading…
Reference in a new issue