mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
update kernel for garrus
This commit is contained in:
parent
404614e3e1
commit
e31915f11a
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue