fix backup 🤦
This commit is contained in:
parent
31c5046fe5
commit
825501bbd6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in
|
||||||
paths = "/";
|
paths = "/";
|
||||||
exclude = backupExcludes;
|
exclude = backupExcludes;
|
||||||
repo = "borg@media.dadada.li:/mnt/storage/backup/${config.networking.hostName}";
|
repo = "borg@media.dadada.li:/mnt/storage/backup/${config.networking.hostName}";
|
||||||
doInit = true;
|
doInit = false;
|
||||||
environment = {
|
environment = {
|
||||||
BORG_RSH = "ssh -i /var/lib/borgbackup/bs/id_ed25519 -o 'StrictHostKeyChecking accept-new'";
|
BORG_RSH = "ssh -i /var/lib/borgbackup/bs/id_ed25519 -o 'StrictHostKeyChecking accept-new'";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue