nixos/palace: Enable AER
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1m2s
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 1m2s
This commit is contained in:
parent
ca3547b27a
commit
56704821b8
@ -36,6 +36,14 @@ in
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
boot = {
|
boot = {
|
||||||
|
kernelPackages = (lib.my.c.kernel.lts pkgs).extend (self: super: {
|
||||||
|
kernel = super.kernel.override {
|
||||||
|
structuredExtraConfig = with lib.kernel; {
|
||||||
|
ACPI_APEI_PCIEAER = yes;
|
||||||
|
PCIEAER = yes;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
});
|
||||||
kernelModules = [ "kvm-amd" ];
|
kernelModules = [ "kvm-amd" ];
|
||||||
kernelParams = [ "amd_iommu=on" ];
|
kernelParams = [ "amd_iommu=on" ];
|
||||||
initrd = {
|
initrd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user