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 {