update kernel for garrus

This commit is contained in:
Aaron Honeycutt 2025-04-11 20:36:50 -06:00
parent 404614e3e1
commit e31915f11a

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# lemp13 needs newer than the 6.6
boot.kernelPackages = pkgs.linuxPackages_latest;
# Name your host machine # Name your host machine
networking.hostName = "garrus"; networking.hostName = "garrus";