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; }); });