remove gitea from hel1-b

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

View File

@ -86,8 +86,8 @@ rec {
ns1 A ${vno1} ns1 A ${vno1}
ns2 A ${hel1a} ns2 A ${hel1a}
vpn 600 A ${hel1a} vpn 600 A ${hel1a}
git 600 A ${vno1} git A ${vno1}
auth 600 A ${vno1} auth A ${vno1}
dl A ${vno1} dl A ${vno1}
fwmine A ${hel1a} fwmine A ${hel1a}
hel1-a A ${hel1a} hel1-a A ${hel1a}

View File

@ -42,7 +42,6 @@
"/var/lib" = { "/var/lib" = {
repo = "zh2769@zh2769.rsync.net:hel1-a.servers.jakst-var_lib"; repo = "zh2769@zh2769.rsync.net:hel1-a.servers.jakst-var_lib";
paths = [ paths = [
"/var/lib/.snapshot-latest/gitea"
"/var/lib/.snapshot-latest/headscale" "/var/lib/.snapshot-latest/headscale"
"/var/lib/.snapshot-latest/matrix-synapse" "/var/lib/.snapshot-latest/matrix-synapse"
]; ];
@ -69,8 +68,6 @@
services = { services = {
node_exporter.enable = true; node_exporter.enable = true;
gitea.enable = true;
headscale = { headscale = {
enable = true; enable = true;
clientOidcPath = config.age.secrets.headscale-client-oidc.path; 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"; repo = "zh2769@zh2769.rsync.net:${config.networking.hostName}.${config.networking.domain}-var_lib";
paths = [ paths = [
"/var/lib/.snapshot-latest/private/soju" "/var/lib/.snapshot-latest/private/soju"
"/var/lib/.snapshot-latest/gitea"
"/var/lib/.snapshot-latest/grafana" "/var/lib/.snapshot-latest/grafana"
]; ];
backup_at = "*-*-* 00:01:00"; backup_at = "*-*-* 00:01:00";