[nix] Enable automatic gc

This commit is contained in:
2024-10-21 08:42:26 -07:00
parent 37c455d75e
commit dfa91d327f

View File

@@ -59,6 +59,12 @@ with lib;
"https://hyprland.cachix.org" "https://hyprland.cachix.org"
]; ];
}; };
gc = {
automatic = true;
randomizedDelaySec = "14m";
options = "--delete-older-than 10d";
};
}; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;