nixos/colony: Enable PCIe AER

This commit is contained in:
Jack O'Sullivan 2024-03-23 12:45:59 +00:00
parent 682865a0e1
commit 7b61dd7f03

View File

@ -60,8 +60,8 @@ in
kernelPackages = (lib.my.c.kernel.lts pkgs).extend (self: super: {
kernel = super.kernel.override {
structuredExtraConfig = with lib.kernel; {
#SOME_OPT = yes;
#A_MOD = module;
ACPI_APEI_PCIEAER = yes;
PCIEAER = yes;
};
};
});