From 3f29a66ad515e8638fcef742749d9ab30a31185c Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Fri, 9 Apr 2021 23:21:55 +0200 Subject: profiles/tvl: insert cache.tvl.su with less priority This should make headcounter.org/hydra and cache.nixos.org take precedence over cache.tvl.su which is needed less often. --- modules/profiles/tvl.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/profiles') diff --git a/modules/profiles/tvl.nix b/modules/profiles/tvl.nix index 2ad9ee70..a50e1ec7 100644 --- a/modules/profiles/tvl.nix +++ b/modules/profiles/tvl.nix @@ -13,11 +13,11 @@ in config = lib.mkIf cfg.enable { nix = { - binaryCachePublicKeys = [ + binaryCachePublicKeys = lib.mkAfter [ "cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk=" ]; - binaryCaches = [ + binaryCaches = lib.mkAfter [ "https://cache.tvl.su" ]; }; -- cgit 1.4.1