diff options
Diffstat (limited to 'config/common.nix')
-rw-r--r-- | config/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common.nix b/config/common.nix index 2ca58f7..ee70548 100644 --- a/config/common.nix +++ b/config/common.nix @@ -49,7 +49,7 @@ "/nix/var/nix/profiles/per-user/root/channels" ]; trustedBinaryCaches = [ - "https://hydra.orbekk.com" "https://cache.nixos.org" + "https://cache.nixos.org" ]; binaryCaches = trustedBinaryCaches; binaryCachePublicKeys = [ "hydra.orbekk.com-1:aAKJuVqMptWoFfY9fhUADdXw5LM5IfSGjTSobuxg+Bo=" ]; |