use my own nix cache
Some checks failed
Build and Deploy Desktop / deploy (push) Has been cancelled

This commit is contained in:
2026-04-06 14:21:43 -04:00
parent 7e571f4986
commit 4c04e5b0a2
2 changed files with 12 additions and 5 deletions

View File

@@ -78,11 +78,18 @@
options = "--delete-older-than 30d";
};
# enable flakes!
settings.experimental-features = [
"nix-command"
"flakes"
];
settings = {
# enable flakes!
experimental-features = [
"nix-command"
"flakes"
];
# Use muffin server as a binary cache
substituters = [ "https://nix-cache.sigkill.computer" ];
trusted-public-keys = [ "nix-cache.sigkill.computer-1:ONtQC9gUjL+2yNgMWB68NudPySXhyzJ7I3ra56/NPgk=" ];
netrc-file = "${./secrets/nix-cache-netrc}";
};
};
# kernel options

Binary file not shown.