hosts/ni/services/backup: remove extra ssh config

This commit is contained in:
Gabriel Arazas 2024-12-11 18:01:53 +08:00
parent 98fa06ee97
commit e4cf530c8a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -90,10 +90,5 @@ in
environment.BORG_RSH = "ssh -i ${config.sops.secrets."${pathPrefix}/repos/hetzner-box/ssh-key".path}"; environment.BORG_RSH = "ssh -i ${config.sops.secrets."${pathPrefix}/repos/hetzner-box/ssh-key".path}";
}; };
}; };
programs.ssh.extraConfig = ''
Host ${hetzner-boxes-server}
IdentityFile ${config.sops.secrets."${pathPrefix}/repos/hetzner-box/ssh-key".path}
'';
}; };
} }