Fix second offsite backups
Some checks failed
/ check (push) Failing after 3m31s

This commit is contained in:
Daniel Flanagan 2024-09-14 07:20:34 -05:00
parent c92314e731
commit fbdac308ec

View file

@ -762,9 +762,8 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
benland = benland =
defaults defaults
// { // {
passwordFile = config.sops.secrets.restic-ssh-priv-key-benland.path;
extraOptions = [ extraOptions = [
"sftp.command='ssh daniel@n.benhaney.com -p 10022 -i /root/.ssh/id_ed25519 -s sftp'" ''sftp.command="ssh daniel@n.benhaney.com -p 10022 -i ${config.sops.secrets.restic-ssh-priv-key-benland.path} -s sftp"''
]; ];
repository = "sftp://daniel@n.benhaney.com://storage/backups/beefcake"; repository = "sftp://daniel@n.benhaney.com://storage/backups/beefcake";
}; };