modules/nixos/common/builder: switch to 6.12 kernel
This commit is contained in:
parent
52b4a85c4c
commit
3463d7e3b4
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue