mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: refactor module precedence
This commit is contained in:
parent
0f146c20ef
commit
509625c476
3 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
nix.gc = {
|
||||
nix.gc = lib.mkDefault {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 15d";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue