From db176dbb21724e9ff04ce9c4a77a8a44dc1279d9 Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 22 Mar 2025 15:03:25 +0800 Subject: [PATCH] modules.services.hpcstat: fix --- modules/services/hpcstat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/hpcstat.nix b/modules/services/hpcstat.nix index 921585e5..f136334a 100644 --- a/modules/services/hpcstat.nix +++ b/modules/services/hpcstat.nix @@ -22,7 +22,7 @@ inputs: ssh = "${inputs.pkgs.openssh}/bin/ssh -i ${key} -o StrictHostKeyChecking=no" + " -o ForwardAgent=yes -o AddKeysToAgent=yes"; key = inputs.config.sops.secrets."hpcstat/key".path; - jykang = "${inputs.topInputs.self}/devices/jykang.xmuhpc"; + jykang = "${inputs.topInputs.self}/devices/jykang.xmuhpc/files"; ssh-agent = "${inputs.pkgs.openssh}/bin/ssh-agent"; in {