Test configuration

This commit is contained in:
2026-04-15 16:44:47 -05:00
parent bc2154400c
commit 5eb7399945
4 changed files with 302 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
{
nix.settings.auto-optimise-store = true; # Deduplicates files
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}