nix: refactor module precedence

This commit is contained in:
Primrose 2024-08-01 09:42:22 +02:00
parent 0f146c20ef
commit 509625c476
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,7 @@
{ lib, ... }:
{
nix.gc = {
nix.gc = lib.mkDefault {
automatic = true;
dates = "weekly";
options = "--delete-older-than 15d";