infrastructure/hosts/cesium/system/boot/default.nix
2024-01-12 17:02:47 +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;
}