infrastructure/hosts/hydrogen/system/boot/default.nix

8 lines
152 B
Nix

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