From 8bc16ddf9c61e0332d1de83f7d90137421f228a9 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 15 Sep 2022 00:55:53 +0200 Subject: [PATCH] Add substituter --- modules/system.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/system.nix b/modules/system.nix index 6117a64..17a1271 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -7,6 +7,13 @@ extra-sandbox-paths = [ "/var/keys/netrc" ]; + substituters = [ + "http://cache.banditlair.com" + "https://cache.nixos.org/" + ]; + trusted-public-keys = [ + "cache.banditlair.com:4zk7iDvzKh6VN+LxzKIGcVPKgL5dLeyEt2ydrgx4o8c=" + ]; }; extraOptions = ''