This commit is contained in:
Spectre 2024-06-07 01:29:44 +02:00
parent 231cb21334
commit c8f7273dd0
5 changed files with 33 additions and 20 deletions

View file

@ -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;