always use IPv6 for borg connections
There is no A record for backup0
This commit is contained in:
parent
28290de97a
commit
dfcbbcf70b
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ in
|
|||
repo = "borg@backup0.dadada.li:/mnt/storage/backup/${config.networking.hostName}";
|
||||
doInit = false;
|
||||
environment = {
|
||||
BORG_RSH = "ssh -i ${cfg.bs.sshIdentityFile} -o 'StrictHostKeyChecking accept-new' -o 'TCPKeepAlive=yes'";
|
||||
BORG_RSH = "ssh -6 -i ${cfg.bs.sshIdentityFile} -o 'StrictHostKeyChecking accept-new' -o 'TCPKeepAlive=yes'";
|
||||
};
|
||||
encryption = {
|
||||
mode = "repokey";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue