This commit is contained in:
2025-03-14 14:04:28 -04:00
parent 7a715ae563
commit 32bea7a44c
9 changed files with 97 additions and 102 deletions

View File

@@ -78,13 +78,6 @@ in
*/
systemd-boot.enable = lib.mkForce false;
};
kernelParams = [
"mitigations=off"
"rcu_nocbs=all"
"rcutree.enable_rcu_lazy=1"
"rtc_cmos.use_acpi_alarm=1"
];
};
programs.gamescope = {