update rotina

This commit is contained in:
2025-11-19 23:08:18 -03:00
parent 1ba54c86fa
commit 00309b8529
8 changed files with 43 additions and 42 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{ config, lib, inputs, pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_cachyos.cachyOverride {
mArch = "GENERIC_V3";
mArch = "GENERIC_V3";
#useO3 = true;
#withLTO = "full";
};
}
}