From 1cb21d7de1f0f1e8b76cc671e3e6e312f6e26c76 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Mon, 28 Oct 2024 20:47:24 +0100 Subject: [PATCH] nixos/magi: Complete kernel configuration --- nixos/module/magi.nix | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/nixos/module/magi.nix b/nixos/module/magi.nix index a5c3b2e..96e28d8 100644 --- a/nixos/module/magi.nix +++ b/nixos/module/magi.nix @@ -47,19 +47,38 @@ IPMI_HANDLER = true; IPMI_PANIC_EVENT = true; IPMI_PANIC_STRING = true; - IPMI_WATCHDOG = true; + IPMI_DEVICE_INTERFACE = true; + IPMI_SI = true; + IPMI_SSIF = true; + + I2C_PIIX4 = true; HWMON = true; SENSORS_K10TEMP = true; - SENSORS_ACPI_POWER = true; + SP5100_TCO = true; + + DRM_AST = true; + + EDAC_DECODE_MCE = true; + EDAC_AMD64 = true; + + AMD_PTDMA = true; AMD_IOMMU = true; + INTEL_RAPL = true; + BTRFS_FS = true; BTRFS_FS_POSIX_ACL = true; CEPH_FS = true; CEPH_FS_POSIX_ACL = true; + + CRYPTO_DEV_CCP = true; + CRYPTO_DEV_CCP_DD = true; + CRYPTO_DEV_SP_CCP = true; + CRYPTO_DEV_CCP_CRYPTO = true; + CRYPTO_DEV_SP_PSP = true; }); });