system
This commit is contained in:
parent
231cb21334
commit
c8f7273dd0
5 changed files with 33 additions and 20 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{nixpkgs, ...}: {
|
||||
nixPath = ["nixpkgs=${nixpkgs}"];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "05:30";
|
||||
options = "--delete-older-than 7d";
|
||||
|
||||
nix = {
|
||||
nixPath = ["nixpkgs=${nixpkgs}"];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "05:30";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
settings = {
|
||||
keep-outputs = true;
|
||||
auto-optimise-store = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue