remove gitea from hel1-b

This commit is contained in:
2023-08-25 10:35:49 +03:00
parent f10cfb1147
commit e677966c3d
3 changed files with 3 additions and 5 deletions

View File

@@ -42,7 +42,6 @@
"/var/lib" = {
repo = "zh2769@zh2769.rsync.net:hel1-a.servers.jakst-var_lib";
paths = [
"/var/lib/.snapshot-latest/gitea"
"/var/lib/.snapshot-latest/headscale"
"/var/lib/.snapshot-latest/matrix-synapse"
];
@@ -69,8 +68,6 @@
services = {
node_exporter.enable = true;
gitea.enable = true;
headscale = {
enable = true;
clientOidcPath = config.age.secrets.headscale-client-oidc.path;

View File

@@ -54,6 +54,7 @@
repo = "zh2769@zh2769.rsync.net:${config.networking.hostName}.${config.networking.domain}-var_lib";
paths = [
"/var/lib/.snapshot-latest/private/soju"
"/var/lib/.snapshot-latest/gitea"
"/var/lib/.snapshot-latest/grafana"
];
backup_at = "*-*-* 00:01:00";