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