machines/backup: make sure everything is backedup

This commit is contained in:
Felix Buehler 2023-09-05 22:45:08 +02:00
parent a5e9067bed
commit 95a5e4cc78
3 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,7 @@ in
OnFailureMail = "server@buehler.rocks";
passwordFile = secrets."borgbackup/password".path;
sshKeyFile = secrets."borgbackup/ssh_key".path;
paths = [ "/" ];
};
# My own personal homepage
homepage = {

View file

@ -22,6 +22,7 @@ in
OnFailureMail = "server@buehler.rocks";
passwordFile = secrets."borgbackup/password".path;
sshKeyFile = secrets."borgbackup/ssh_key".path;
paths = [ "/" ];
};
# dyndns = {

View file

@ -14,6 +14,7 @@ in
OnFailureNotification = true;
passwordFile = secrets."borgbackup/password".path;
sshKeyFile = secrets."borgbackup/ssh_key".path;
paths = [ "/" ];
};
};
}