chore: update pcs
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-12 11:32:49 -05:00
parent 24b184e347
commit 8a4822c27c
2 changed files with 8 additions and 8 deletions

View file

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

Binary file not shown.