Compare commits

..

No commits in common. "cf5c5bd0fd51a132a1af3e6b2260760ec936bac9" and "fb520a417ca6085096a9c3d90eb50bc046fea08c" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View file

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

View file

@ -39,6 +39,4 @@
"https://nix-community.cachix.org"
];
};
# Remote builds should use subsitutors
nix.extraOptions = "builders-use-substitutes = true";
}