✨ (hydrogen/system) use latest kernel
This commit is contained in:
parent
4ab0ed750c
commit
38274043d6
7
hosts/hydrogen/system/boot/default.nix
Normal file
7
hosts/hydrogen/system/boot/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
# clean /tmp at each boot
|
||||||
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
|
||||||
|
# use latest kernel
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue