mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
path to custom ssh key
This commit is contained in:
parent
a3cf4ca327
commit
6e87a94b20
|
@ -71,6 +71,7 @@
|
||||||
];
|
];
|
||||||
exclude_patterns = [ "/home/*/.cache" ];
|
exclude_patterns = [ "/home/*/.cache" ];
|
||||||
encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword";
|
encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword";
|
||||||
|
ssh_command = "ssh -i /home/homelab/.ssh/backup/id_ed25519";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue