From d47c392cadbf2403ac1b4c308406112754938e19 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 2 Jun 2021 16:52:54 -0600 Subject: daeva: use stable kernel `latest` broke my Ethernet driver, downgrading "fixed" it... Signed-off-by: Kenny Ballou --- daeva/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/daeva/configuration.nix b/daeva/configuration.nix index d3e1207..fa0a9b1 100644 --- a/daeva/configuration.nix +++ b/daeva/configuration.nix @@ -71,8 +71,6 @@ ''; }; - boot.kernelPackages = pkgs.linuxPackages_latest; - boot.initrd.luks = { gpgSupport = true; devices = { -- cgit v1.2.1