Configure attic compression and garbage-collection
Some checks are pending
Nix: check for unused code / Run deadnix (push) Waiting to run
Nix: validate flake / Validate x86_64-linux (push) Waiting to run

This commit is contained in:
Jo 2025-05-26 00:28:43 +02:00
parent 229b768537
commit f5e5adb2fd

View file

@ -38,6 +38,13 @@ in {
avg-size = 64 * 1024; # 64 KiB
max-size = 256 * 1024; # 256 KiB
};
compression = {
type = "zstd";
level = 12;
};
garbage-collection.interval = "8 hours";
};
};