Skip to content

Commit

Permalink
fix: fix binary cache url in nix.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsgirao committed Jun 15, 2024
1 parent a067f66 commit f8a62ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/core/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@

substituters = [ "https://cache.rafael.ovh/rgnet" ];
trusted-substituters = [
"https://cache.rafael.ovh"

"https://cache.rafael.ovh/rgnet"
];

trusted-public-keys = [
"rgnet:q980JJH0BwxSKeu0mfn40xc6wTMF76/PZpZv1XAZGXs="
];

# Fallback quickly if substituters are not available.
connect-timeout = 5;
connect-timeout = 2;

# The default at 10 is rarely enough.
log-lines = lib.mkDefault 30;
Expand Down

0 comments on commit f8a62ef

Please sign in to comment.