feat: Add garbage collection interval setting in atticd.nix

This commit introduces a new parameter for setting the garbage collection interval in the atticd.nix file. The garbage collection interval is set to run every 30 days, helping to manage unnecessary data and improve system performance.
This commit is contained in:
Harald Hoyer 2024-06-28 13:26:21 +02:00
parent 858507bb06
commit 31dfb73435

View file

@ -22,6 +22,8 @@
settings = {
api-endpoint = "https://attic.teepot.org/";
garbage-collection.interval = "30 days";
database.url = "postgresql:///attic?host=/run/postgresql";
listen = "[::]:8080";