From 0aa0f04970f253c45d82e3fd86133628470863e2 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 19 May 2021 01:38:05 -0400 Subject: [PATCH] update kernel to fix issues --- hosts/hp/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hp/configuration.nix b/hosts/hp/configuration.nix index cb2826d..9215998 100644 --- a/hosts/hp/configuration.nix +++ b/hosts/hp/configuration.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { services = { openssh.enable = true; @@ -17,6 +17,7 @@ boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = false; + kernelPackages = pkgs.linuxPackages_5_11; }; fileSystems = {