modules.system.kernel: fix

This commit is contained in:
2025-05-27 00:42:16 +08:00
parent cef3a1eb63
commit e110601a80

View File

@@ -37,6 +37,8 @@ inputs:
"r8712u"
# network for srv3
"igb"
# touchscreen for one
"pinctrl-tigerlake"
]
++ (inputs.lib.optionals (kernel.variant != "nixos") [ "crypto_simd" ]);
extraModulePackages = with inputs.config.boot.kernelPackages; [ v4l2loopback zenpower ];