diff --git a/roles/common.nix b/roles/common.nix index 73970f9..a58b492 100644 --- a/roles/common.nix +++ b/roles/common.nix @@ -23,7 +23,13 @@ max-jobs = "auto"; trusted-users = [ "johno" ]; substituters = [ + "https://nix-cache.johnogle.info" ]; + trusted-public-keys = [ + "nix-cache.johnogle.info-1:IC5x8BxnrqkU9XqhMdDnZLtSg9Y3rBJVXhve5DJ92J0=" + ]; + fallback = true; + connect-timeout = 5; }; gc = {