update nix config

This commit is contained in:
k3t
2026-06-01 19:11:35 -06:00
parent aa5063753f
commit eea6039c9f
+2 -2
View File
@@ -11,14 +11,14 @@
"binarycache.k3t.dev:cmIg4sWTZ729F1yEF2AYLtSbUXJGFYwM6tzYYF18qts=" "binarycache.k3t.dev:cmIg4sWTZ729F1yEF2AYLtSbUXJGFYwM6tzYYF18qts="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];
settings = [ nix.settings = {
optimise.automatic = true; optimise.automatic = true;
gc = { gc = {
automatic = true; automatic = true;
dates = "daily"; dates = "daily";
options = "--delete-older-than 2d"; options = "--delete-older-than 2d";
}; };
]; };
}; };
inputs = { inputs = {