From b028ee4a5f650792c0173db24ca57199746745c3 Mon Sep 17 00:00:00 2001 From: cinereal Date: Thu, 5 Jun 2025 13:14:54 +0200 Subject: [PATCH] add cache --- architecture.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/architecture.md b/architecture.md index b3225fc..5f05897 100644 --- a/architecture.md +++ b/architecture.md @@ -193,6 +193,14 @@ Considered alternatives include: - 389 DS: older larger package - 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 At the core of Fediversity lies a NixOS configuration module for a set of selected applications.