set up nix-serve cache

This commit is contained in:
k3t
2026-06-01 18:40:28 -06:00
parent c1e537edee
commit 9b8bb9c6a1
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -3,10 +3,12 @@
settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"https://binarycache.k3t.dev"
"https://nix-community.cachix.org"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"binarycache.k3t.dev:cmIg4sWTZ729F1yEF2AYLtSbUXJGFYwM6tzYYF18qts=#"
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};