only retain nixos generations for one week

This commit is contained in:
Pim Kunis 2023-11-10 12:15:01 +01:00
parent bffcb3c95c
commit 359e1104f3

View file

@ -86,7 +86,7 @@
automatic = true;
persistent = true;
dates = "weekly";
options = "--delete-older-than 30d";
options = "--delete-older-than 7d";
};
};