From 6cdd99b162d0e2e2b40dc19baff481f266121afc Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 19 Apr 2023 16:52:39 +0200 Subject: [PATCH] feat(nix): keep tarballs fresh for 7 days --- machines/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/common/default.nix b/machines/common/default.nix index 365ecf8..f9c1554 100644 --- a/machines/common/default.nix +++ b/machines/common/default.nix @@ -24,6 +24,8 @@ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "pre-commit-hooks.cachix.org-1:Pkk3Panw5AW24TOv6kz3PvLhlH8puAsJTBbOPmBo7Rc=" ]; + # consider downloaded tarballs as fresh for 7 days + tarball-ttl = 604800; }; }; }