system: added mauville binary cache to substituters

This commit is contained in:
Aly Raffauf 2024-03-20 18:14:37 -04:00
parent 2c93a2c5b9
commit 58c5fbff5c

View file

@ -72,6 +72,13 @@
auto-optimise-store = true;
# Enable experimental `nix` command and flakes.
experimental-features = [ "nix-command" "flakes" ];
substituters = [
"https://nixcache.raffauflabs.com"
"https://cache.nixos.org/"
];
trusted-public-keys = [
"nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8="
];
};
};