build03: pin to 6.6 kernel
This commit is contained in:
parent
dc67a14fbc
commit
cccc8b5571
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./builders.nix
|
./builders.nix
|
||||||
|
@ -16,6 +16,8 @@
|
||||||
inputs.srvos.nixosModules.hardware-hetzner-online-amd
|
inputs.srvos.nixosModules.hardware-hetzner-online-amd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.kernelPackages = pkgs.lib.mkForce pkgs.linuxKernel.packages.linux_6_6;
|
||||||
|
|
||||||
nix.settings.max-jobs = 96;
|
nix.settings.max-jobs = 96;
|
||||||
|
|
||||||
nixpkgs.hostPlatform.gcc.arch = "znver4";
|
nixpkgs.hostPlatform.gcc.arch = "znver4";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue