Force redownload of tarballs every time, since changing system configs now relies on pulling from GitHub

This commit is contained in:
Vili Sinervä 2024-06-01 12:36:16 +03:00
parent 514e10e138
commit a37ecd626b
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -112,7 +112,10 @@
};
nix = {
settings.auto-optimise-store = true;
settings = {
auto-optimise-store = true;
tarball-ttl = 0;
};
gc = {
automatic = true;
options = "--delete-older-than 7d";