mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 06:49:24 +08:00
modules.system.kernel: add kernel modules for nas
This commit is contained in:
@@ -37,6 +37,8 @@ inputs:
|
||||
"i2c-hid-acpi"
|
||||
# bridge network
|
||||
"bridge"
|
||||
# disk for nas
|
||||
"ahci" "nvme" "igc"
|
||||
]
|
||||
++ (inputs.lib.optionals (kernel.variant != "nixos") [ "crypto_simd" ])
|
||||
# touchscreen for one
|
||||
|
||||
Reference in New Issue
Block a user