fix(cluster): make sure headscale has IP
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
91d2b7cedb
commit
43db5323dc
2 changed files with 3 additions and 3 deletions
|
@ -40,19 +40,19 @@ in {
|
|||
"unbound" = {
|
||||
enable = true;
|
||||
group = "caddy-grp";
|
||||
startAfter = ["caddy"];
|
||||
startAfter = ["caddy-vip"];
|
||||
};
|
||||
|
||||
"blocky" = {
|
||||
enable = true;
|
||||
group = "caddy-grp";
|
||||
startAfter = ["unbound"];
|
||||
startAfter = ["caddy-vip"];
|
||||
};
|
||||
|
||||
"headscale" = {
|
||||
enable = true;
|
||||
group = "caddy-grp";
|
||||
startAfter = ["blocky"];
|
||||
startAfter = ["caddy-vip"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue