nixos/stratisroot: 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:10:33 -07:00
parent cdc01d1964
commit 984ec8fe43
@@ -76,7 +76,6 @@ in
]
++ [
"aes"
"aes_generic"
"blowfish"
"twofish"
"serpent"