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 11 additions and 11 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"];
}; };
}; };

View file

@ -1129,11 +1129,11 @@
"pyagentx-src": "pyagentx-src" "pyagentx-src": "pyagentx-src"
}, },
"locked": { "locked": {
"lastModified": 1707746880, "lastModified": 1707755227,
"narHash": "sha256-RFozKHx8df6IiKpDoxKi2PdhvhtEeBDumeNHZT+86p0=", "narHash": "sha256-5rLqUWtHg+Cf6lKo2x5vosDkXONliy+mXqXPN086ng4=",
"owner": "matt1432", "owner": "matt1432",
"repo": "nixos-pcsd", "repo": "nixos-pcsd",
"rev": "358dc4db65fdb7f9a5e77a33c20d5f3f8e544e9f", "rev": "16f5e953d678a9203353156d394cadab39a1afb5",
"type": "github" "type": "github"
}, },
"original": { "original": {