fix(cluster): make sure headscale has IP
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-26 22:23:29 -05:00
parent 91d2b7cedb
commit 43db5323dc
2 changed files with 3 additions and 3 deletions

View file

@ -40,19 +40,19 @@ in {
"unbound" = { "unbound" = {
enable = true; enable = true;
group = "caddy-grp"; group = "caddy-grp";
startAfter = ["caddy"]; startAfter = ["caddy-vip"];
}; };
"blocky" = { "blocky" = {
enable = true; enable = true;
group = "caddy-grp"; group = "caddy-grp";
startAfter = ["unbound"]; startAfter = ["caddy-vip"];
}; };
"headscale" = { "headscale" = {
enable = true; enable = true;
group = "caddy-grp"; group = "caddy-grp";
startAfter = ["blocky"]; startAfter = ["caddy-vip"];
}; };
}; };

Binary file not shown.