From 58c5fbff5c1960cb0861da5f4edff8a9e4aeb561 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 20 Mar 2024 18:14:37 -0400 Subject: [PATCH] system: added mauville binary cache to substituters --- system/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/system/default.nix b/system/default.nix index be305ebe..9af4e52e 100644 --- a/system/default.nix +++ b/system/default.nix @@ -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=" + ]; }; };