Fix gc options
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
821f798c47
commit
0d61dcd079
@ -116,7 +116,7 @@
|
|||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-oder-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
diffSystem = true;
|
diffSystem = true;
|
||||||
@ -130,4 +130,4 @@
|
|||||||
flake = "github:RAD-Development/nix-dotfiles";
|
flake = "github:RAD-Development/nix-dotfiles";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user