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 = ''