nixos/luksroot: remove aes_generic

With kernel versions at 7.0 or greater, `aes_generic` no longer exists
and is now just called `aes`. The `aes` module alias has existed since
at least 5.10 (the oldest kernel currently in nixpkgs), so is sufficient
to load `aes_generic` on older kernels.
This commit is contained in:
Jared Baur
2026-03-29 14:12:27 -07:00
parent 984ec8fe43
commit ae8b3f7d55
-1
View File
@@ -635,7 +635,6 @@ in
type = types.listOf types.str;
default = [
"aes"
"aes_generic"
"blowfish"
"twofish"
"serpent"