backup terranix matrix

feature/clan.lol
Ingolf Wagner 2024-04-04 22:24:48 +02:00
parent febb509b10
commit 2f16220104
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
3 changed files with 9 additions and 7 deletions

View File

@ -130,7 +130,7 @@ in
hostNames = [
"orbi.${network}"
hosts.orbi
"robi"
"orbi"
"95.216.66.212"
];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICTqV5ch4BokqDniDgCquRwfTz6aXXMTdZovIvqShfLV";

View File

@ -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;

View File

@ -64,4 +64,7 @@
sops.defaultSopsFile = ../../secrets/orbi.yaml;
# chungus rsync
users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJkqVvuJSvRMO5pG2CHNNBxjB7HlJudK4TQs3BhbOWOD" ];
}