server-lto

This commit is contained in:
mjallen18
2025-12-11 19:55:17 -06:00
parent 8d1a9312cb
commit 64f34892b7
6 changed files with 9688 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
let
kernel = pkgs.linuxPackages_cachyos;
kernel = pkgs.linuxPackages_cachyos-lto-znver4;
pkgsVersion = pkgs; # .unstable;
in
{