backup terranix matrix
This commit is contained in:
parent
febb509b10
commit
2f16220104
3 changed files with 9 additions and 7 deletions
|
@ -130,7 +130,7 @@ in
|
|||
hostNames = [
|
||||
"orbi.${network}"
|
||||
hosts.orbi
|
||||
"robi"
|
||||
"orbi"
|
||||
"95.216.66.212"
|
||||
];
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICTqV5ch4BokqDniDgCquRwfTz6aXXMTdZovIvqShfLV";
|
||||
|
|
|
@ -23,12 +23,11 @@
|
|||
src = "root@robi:/var/lib/bitwarden_rs/";
|
||||
dst = "/mirror/bitwarden_rs";
|
||||
};
|
||||
#torrent = {
|
||||
# sshKeyPath = config.sops.secrets.rsync_private_key.path;
|
||||
# src = "root@robi:/media/torrent/downloads/";
|
||||
# dst = "/media/torrent";
|
||||
# startAt = "00/5:00"; # every 5 hours
|
||||
#};
|
||||
matrix-terranix = {
|
||||
sshKeyPath = config.sops.secrets.rsync_private_key.path;
|
||||
src = "root@orbi:/var/lib/nixos-containers/matrix-terranix";
|
||||
dst = "/mirror/matrix-terranix";
|
||||
};
|
||||
|
||||
radarr = {
|
||||
sshKeyPath = config.sops.secrets.rsync_private_key.path;
|
||||
|
|
|
@ -64,4 +64,7 @@
|
|||
|
||||
sops.defaultSopsFile = ../../secrets/orbi.yaml;
|
||||
|
||||
# chungus rsync
|
||||
users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkqVvuJSvRMO5pG2CHNNBxjB7HlJudK4TQs3BhbOWOD" ];
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue