From 3be6bedd109f622bec43194f0048c2b75e2f02e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 21 Jun 2020 12:47:48 +0100 Subject: [PATCH] switch back to hardened kernel --- nixos/boxes/foureighty/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/boxes/foureighty/configuration.nix b/nixos/boxes/foureighty/configuration.nix index e55bd3c1..c1dc17c2 100644 --- a/nixos/boxes/foureighty/configuration.nix +++ b/nixos/boxes/foureighty/configuration.nix @@ -3,7 +3,7 @@ networking.hostName = "foureighty"; boot = { - kernelPackages = pkgs.linuxPackages_latest; + kernelPackages = pkgs.linuxPackages_latest_hardened; initrd.luks.devices = { root = {