mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: fuuuck
This commit is contained in:
parent
4c6f2aa34a
commit
077753652f
5 changed files with 92 additions and 5 deletions
|
|
@ -3,6 +3,7 @@
|
|||
blacklistedKernelModules = ["k10temp"];
|
||||
extraModulePackages = [config.boot.kernelPackages.zenpower];
|
||||
kernelModules = ["zenpower"];
|
||||
kernelParams = ["microcode.amd_sha_check=off"];
|
||||
};
|
||||
services.ucodenix.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@ _: {
|
|||
grub.configurationLimit = 8;
|
||||
systemd-boot.configurationLimit = 8;
|
||||
};
|
||||
lanzaboote.configurationLimit = 5;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue