(hydrogen/system) use latest kernel

This commit is contained in:
Laureηt 2023-12-13 14:38:19 +01:00
parent 4ab0ed750c
commit 38274043d6
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
# clean /tmp at each boot
boot.tmp.cleanOnBoot = true;
# use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
}

View file

@ -10,6 +10,7 @@
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
./boot
./disko ./disko
./networking ./networking
./packages ./packages