chore: set nix GC

This commit is contained in:
m3tm3re
2026-05-01 09:28:59 +02:00
parent 8ab1161bdf
commit 0b244fcf93

View File

@@ -50,5 +50,9 @@
experimental-features = ["nix-command" "flakes"];
warn-dirty = false;
};
gc = {
automatic = true;
options = "--delete-older-than 30d";
};
};
}