Force redownload of tarballs every time, since changing system configs now relies on pulling from GitHub
This commit is contained in:
parent
514e10e138
commit
a37ecd626b
1 changed files with 4 additions and 1 deletions
5
base.nix
5
base.nix
|
@ -112,7 +112,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings.auto-optimise-store = true;
|
settings = {
|
||||||
|
auto-optimise-store = true;
|
||||||
|
tarball-ttl = 0;
|
||||||
|
};
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
options = "--delete-older-than 7d";
|
options = "--delete-older-than 7d";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue