solitary: Enable Zstd crypto interface support
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2024-12-11 00:17:37 +01:00
parent c10eabf7d1
commit 91ae2a607d
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -48,6 +48,8 @@ in {
BTRFS_FS = true; BTRFS_FS = true;
BTRFS_FS_POSIX_ACL = true; BTRFS_FS_POSIX_ACL = true;
CRYPTO_ZSTD = true;
}; };
}); });