remove matrix-synapse from hel1-a

This commit is contained in:
2023-08-25 16:27:39 +03:00
parent 4ef5ac515e
commit eca5765e8f
4 changed files with 2 additions and 13 deletions

View File

@@ -43,7 +43,6 @@
repo = "zh2769@zh2769.rsync.net:hel1-a.servers.jakst-var_lib";
paths = [
"/var/lib/.snapshot-latest/headscale"
"/var/lib/.snapshot-latest/matrix-synapse"
];
backup_at = "*-*-* 00:05:00";
};
@@ -86,13 +85,6 @@
saslPasswdPath = config.age.secrets.sasl-passwd.path;
};
matrix-synapse = {
enable = true;
signingKeyPath = config.age.secrets.synapse-jakstys-signing-key.path;
registrationSharedSecretPath = config.age.secrets.synapse-registration-shared-secret.path;
macaroonSecretKeyPath = config.age.secrets.synapse-macaroon-secret-key.path;
};
zfsunlock = {
enable = true;
targets."vno1-oh2.servers.jakst" = let

View File

@@ -56,6 +56,7 @@
"/var/lib/.snapshot-latest/private/soju"
"/var/lib/.snapshot-latest/gitea"
"/var/lib/.snapshot-latest/grafana"
"/var/lib/.snapshot-latest/matrix-synapse"
];
backup_at = "*-*-* 00:01:00";
};