From 7312696837a6b3294ee1f635ed469514b1d0dce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 29 Dec 2019 15:18:39 +0000 Subject: [PATCH] use stable kernel on foureighty --- nixos/boxes/foureighty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/boxes/foureighty.nix b/nixos/boxes/foureighty.nix index 83b9b522..f1e930ab 100644 --- a/nixos/boxes/foureighty.nix +++ b/nixos/boxes/foureighty.nix @@ -3,7 +3,7 @@ networking.hostName = "foureighty"; nixpkgs.config.packageOverrides = pkgs: { - linux_latest_hardened = pkgs.linux_latest_hardened.override { + linux_latest_hardened = pkgs.linux_hardened.override { extraConfig = '' IA32_EMULATION y KVM m