update to new domain
This commit is contained in:
parent
4ebfb82746
commit
1ad4f3a598
7 changed files with 47 additions and 20 deletions
|
@ -4,7 +4,7 @@
|
|||
services.borgbackup.jobs = {
|
||||
postgres = {
|
||||
paths = "/var/lib/postgresql/backup";
|
||||
repo = "ssh://borg@despondos.nao.sh//mnt/slab/backup/grondahl/postgres";
|
||||
repo = "ssh://borg@backup.graven.dev//mnt/slab/backup/grondahl/postgres";
|
||||
encryption.mode = "repokey";
|
||||
encryption.passCommand = "cat ${config.secrets.files.borg_pass_postgres.file}";
|
||||
environment.BORG_RSH = "ssh -i ${config.secrets.files.ssh_key_postgres.file}";
|
||||
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
synapse = {
|
||||
paths = "/var/lib/matrix-synapse";
|
||||
repo = "ssh://borg@despondos.nao.sh//mnt/slab/backup/grondahl/synapse";
|
||||
repo = "ssh://borg@backup.graven.dev//mnt/slab/backup/grondahl/synapse";
|
||||
encryption.mode = "repokey";
|
||||
encryption.passCommand = "cat ${config.secrets.files.borg_pass_synapse.file}";
|
||||
environment.BORG_RSH = "ssh -i ${config.secrets.files.ssh_key_synapse.file}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue