infrastructure/hosts/hydrogen/system/boot/default.nix
2023-12-15 16:18:36 +01:00

8 lines
150 B
Nix

{pkgs, ...}: {
# clean /tmp at each boot
boot.tmp.cleanOnBoot = true;
# use latest kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
}