preparing to move headscale to vno1-oh2

This commit is contained in:
2023-08-25 19:52:41 +03:00
parent b886b752e0
commit 3a5b1e5951
19 changed files with 117 additions and 92 deletions

View File

@@ -59,11 +59,10 @@
node_exporter.enable = true;
headscale = {
enable = true;
enable = false;
clientOidcPath = config.age.secrets.headscale-client-oidc.path;
subnetCIDR = myData.tailscale_subnet.cidr;
};
deployerbot = {
follower = {
enable = true;

View File

@@ -53,10 +53,11 @@
"/var/lib" = {
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"
"/var/lib/.snapshot-latest/headscale"
"/var/lib/.snapshot-latest/matrix-synapse"
"/var/lib/.snapshot-latest/private/soju"
];
backup_at = "*-*-* 00:01:00";
};
@@ -99,6 +100,12 @@
gitea.enable = true;
headscale = {
enable = true;
clientOidcPath = config.age.secrets.headscale-client-oidc.path;
subnetCIDR = myData.tailscale_subnet.cidr;
};
nsd-acme = {
enable = true;
zones."grafana.jakstys.lt" = {