Compare commits
2 commits
fb520a417c
...
cf5c5bd0fd
Author | SHA1 | Date | |
---|---|---|---|
cf5c5bd0fd | |||
cb43931166 |
2 changed files with 9 additions and 0 deletions
|
@ -77,4 +77,11 @@
|
|||
upper = "05:00";
|
||||
};
|
||||
};
|
||||
|
||||
# Setup garbage collection, keep the past month
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,4 +39,6 @@
|
|||
"https://nix-community.cachix.org"
|
||||
];
|
||||
};
|
||||
# Remote builds should use subsitutors
|
||||
nix.extraOptions = "builders-use-substitutes = true";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue