add cache

This commit is contained in:
Kiara Grouwstra 2025-06-05 13:14:54 +02:00
parent 985e7b5dc9
commit b028ee4a5f
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -193,6 +193,14 @@ Considered alternatives include:
- 389 DS: older larger package - 389 DS: older larger package
- FreeIPA: wrapper around 389 DS - FreeIPA: wrapper around 389 DS
### [Attic](https://github.com/zhaofengli/attic)
Attic is a multi-tenant Nix cache featuring recency-based garbage collection written in Rust.
Considered alternatives include:
- cache-server: distributed cache written in Python that seems more of a research project than an actively maintained repository.
## Architecture ## Architecture
At the core of Fediversity lies a NixOS configuration module for a set of selected applications. At the core of Fediversity lies a NixOS configuration module for a set of selected applications.