From 6573d4acb5518396ac6fbf387b05acdfc3464a79 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 10 Apr 2025 09:46:11 -0400 Subject: [PATCH] caches/personal: use ssh-ng --- modules/global/caches/personal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/global/caches/personal.nix b/modules/global/caches/personal.nix index 0e35a5a..5680edd 100644 --- a/modules/global/caches/personal.nix +++ b/modules/global/caches/personal.nix @@ -4,7 +4,7 @@ substituters = lib.flatten [ (lib.optional ( config.networking.hostName != "Infini-DESKTOP" && config.info.loc.home - ) "ssh://infini-desktop?priority=9") + ) "ssh-ng://infini-desktop?priority=9") "https://hydra.inx.moe?priority=10" ]; trusted-public-keys = [