fix(cluster): start headscale before caddy
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
2ced84dc96
commit
623780d511
1 changed files with 3 additions and 3 deletions
|
@ -38,16 +38,16 @@ in {
|
||||||
startAfter = ["unbound"];
|
startAfter = ["unbound"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"caddy" = {
|
"headscale" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "caddy-grp";
|
group = "caddy-grp";
|
||||||
startAfter = ["blocky"];
|
startAfter = ["blocky"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"headscale" = {
|
"caddy" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "caddy-grp";
|
group = "caddy-grp";
|
||||||
startAfter = ["caddy"];
|
startAfter = ["headscale"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue