update nix caches

This commit is contained in:
k3t
2026-06-01 19:02:52 -06:00
parent 55af0a9edc
commit 92a7ae357d
4 changed files with 26 additions and 8 deletions
+1 -7
View File
@@ -8,16 +8,10 @@
"https://cache.nixos.org/"
];
trusted-public-keys = [
"binarycache.k3t.dev:cmIg4sWTZ729F1yEF2AYLtSbUXJGFYwM6tzYYF18qts=#"
"binarycache.k3t.dev:cmIg4sWTZ729F1yEF2AYLtSbUXJGFYwM6tzYYF18qts="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
optimise.automatic = true;
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 2d";
};
};
nixpkgs.config.allowUnfree = true;
}