diff --git a/common.nix b/common.nix index 9d1e139..80002ac 100644 --- a/common.nix +++ b/common.nix @@ -32,6 +32,11 @@ ./services/omnisearch.nix ]; + #public token to avoid rate limit + #nix.extraConfig = '' + # access-tokens = github.com + #''; + ### Make build time quicker documentation.nixos.enable = false;