add(system): amdcpu.nix

This commit is contained in:
kenji
2026-03-15 17:10:44 -05:00
parent 2de8603b49
commit f33330b2d6
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{pkgs, ...}: {
boot.kernelModules = ["zenpower"];
boot.blacklistedKernelModules = ["k10temp"];
}