From a07a06765091be8bb75dd9e7b4a3b95e1dd3c882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 8 May 2020 12:52:42 +0100 Subject: [PATCH] switch to the plain package for foureighty kernel --- 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 a325ce86..71139bb6 100644 --- a/nixos/boxes/foureighty.nix +++ b/nixos/boxes/foureighty.nix @@ -3,7 +3,7 @@ networking.hostName = "foureighty"; boot = { - kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest; + kernelPackages = pkgs.linuxPackages_latest; initrd.luks.devices = { root = {