From 5ac1bf535120ff91949ca49f62491dfe32b55df2 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 17 Oct 2024 11:39:51 -0400 Subject: [PATCH] caches/personal: set higher priority --- modules/global/caches/personal.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/global/caches/personal.nix b/modules/global/caches/personal.nix index 550ca87..d2d0c1e 100644 --- a/modules/global/caches/personal.nix +++ b/modules/global/caches/personal.nix @@ -2,8 +2,8 @@ { nix.settings = { substituters = lib.flatten [ - (lib.optional (config.networking.hostName != "Infini-DESKTOP" && config.info.loc.home) "ssh://infini-desktop") - "https://hydra.inx.moe" + (lib.optional (config.networking.hostName != "Infini-DESKTOP" && config.info.loc.home) "ssh://infini-desktop?priority=9") + "https://hydra.inx.moe?priority=10" ]; trusted-public-keys = [ "infinidoge-1:uw2A6JHHdGJ9GPk0NEDnrdfVkPp0CUY3zIvwVgNlrSk="