modules/nixos/common/builder: switch to 6.12 kernel

This commit is contained in:
zowoq 2024-12-13 11:02:33 +10:00
parent 52b4a85c4c
commit 3463d7e3b4

View file

@ -9,6 +9,8 @@
config = lib.mkIf (lib.hasPrefix "build" config.networking.hostName) {
nix.gc.automatic = false;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
systemd.services.free-space = {
serviceConfig.Type = "oneshot";
startAt = "hourly";