set the kernel to latest for garrus

This commit is contained in:
Aaron Honeycutt 2025-04-11 07:29:25 -06:00
parent 41f7c79b34
commit d3864b956c

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# Latest kernel needed for best support
boot.kernelPackages = pkgs.linuxPackages_latest;
# Name your host machine # Name your host machine
networking.hostName = "garrus"; networking.hostName = "garrus";