Revert "build01, build05: switch to 6.12 kernel"

This reverts commit a606396fa1.
This commit is contained in:
zowoq 2025-01-22 13:35:09 +10:00
parent 89140d554d
commit 511f33a6e9
2 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ inputs, ... }:
{
imports = [
inputs.self.nixosModules.cgroups
@ -7,8 +7,6 @@
inputs.srvos.nixosModules.hardware-hetzner-online-amd
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
nix.settings.max-jobs = 24;
nixpkgs.hostPlatform.gcc.arch = "znver2";

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ inputs, ... }:
{
imports = [
inputs.self.nixosModules.cgroups
@ -7,8 +7,6 @@
inputs.srvos.nixosModules.hardware-hetzner-online-arm
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
nix.settings.max-jobs = 80;
nixpkgs.hostPlatform.gcc.arch = "armv8-a";