This commit is contained in:
2025-12-15 15:14:52 -03:00
parent 0265dbbca2
commit 119cf0e391
14 changed files with 398 additions and 81 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{ config, lib, inputs, pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_cachyos.cachyOverride {
mArch = "GENERIC_V3";
#boot.kernelPackages = pkgs.linuxPackages_cachyos.cachyOverride {
#mArch = "GENERIC_V3";
#useO3 = true;
#withLTO = "full";
};
#};
}