mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machines/backup: make sure everything is backedup
This commit is contained in:
parent
a5e9067bed
commit
95a5e4cc78
3 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ in
|
||||||
OnFailureMail = "server@buehler.rocks";
|
OnFailureMail = "server@buehler.rocks";
|
||||||
passwordFile = secrets."borgbackup/password".path;
|
passwordFile = secrets."borgbackup/password".path;
|
||||||
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
||||||
|
paths = [ "/" ];
|
||||||
};
|
};
|
||||||
# My own personal homepage
|
# My own personal homepage
|
||||||
homepage = {
|
homepage = {
|
||||||
|
|
|
@ -22,6 +22,7 @@ in
|
||||||
OnFailureMail = "server@buehler.rocks";
|
OnFailureMail = "server@buehler.rocks";
|
||||||
passwordFile = secrets."borgbackup/password".path;
|
passwordFile = secrets."borgbackup/password".path;
|
||||||
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
||||||
|
paths = [ "/" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# dyndns = {
|
# dyndns = {
|
||||||
|
|
|
@ -14,6 +14,7 @@ in
|
||||||
OnFailureNotification = true;
|
OnFailureNotification = true;
|
||||||
passwordFile = secrets."borgbackup/password".path;
|
passwordFile = secrets."borgbackup/password".path;
|
||||||
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
sshKeyFile = secrets."borgbackup/ssh_key".path;
|
||||||
|
paths = [ "/" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue