feat: add garnix cache

This commit is contained in:
Truxnell 2024-03-25 20:07:47 +11:00
parent a6d6452045
commit 80e8f097d1

View file

@ -9,9 +9,11 @@
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"https://nix-community.cachix.org"
"https://cache.garnix.io"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
trusted-users = [ "root" "@wheel" ];
auto-optimise-store = lib.mkDefault true;