Common/nix: optimise store every week

This commit is contained in:
Toast 2024-03-02 00:16:24 +01:00
parent e7b6ebb54e
commit 721adfb3d6

View file

@ -6,6 +6,10 @@
auto-optimise-store = true; auto-optimise-store = true;
experimental-features = "nix-command flakes"; experimental-features = "nix-command flakes";
}; };
optimise = {
automatic = true;
dates = [ "weekly" ];
};
registry = { registry = {
agenix = { agenix = {
from = { id = "agenix"; type = "indirect"; }; from = { id = "agenix"; type = "indirect"; };