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 = {