only add crypto_simd on x86_64

This commit is contained in:
chaos 2024-08-12 17:01:18 +01:00
parent 09e2e74d59
commit d7baf6b6fc
No known key found for this signature in database

View file

@ -23,10 +23,10 @@ in {
"hid_generic"
# For Cryptography
"cryptd"
"crypto_simd"
(optionals (pkgs.system == "x86_64_linux") [
"aesni_intel"
"crypto_simd"
])
];
};