update kernel to fix issues

This commit is contained in:
Sean Buckley 2021-05-19 01:38:05 -04:00
parent 3596f19b86
commit 0aa0f04970

View file

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