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

View file

@ -1044,11 +1044,11 @@
"nixpkgs-pacemaker": "nixpkgs-pacemaker" "nixpkgs-pacemaker": "nixpkgs-pacemaker"
}, },
"locked": { "locked": {
"lastModified": 1706319439, "lastModified": 1706324661,
"narHash": "sha256-bsKLDWLv+jCsQ4ToNkDwJT1tbJusekVzE84nRRX3Zko=", "narHash": "sha256-mApmcg3D+mbTvOXlThLD+G4yMK3/SN0jbL8yZDFpGdo=",
"owner": "matt1432", "owner": "matt1432",
"repo": "nixos-pacemaker", "repo": "nixos-pacemaker",
"rev": "09659272afc0790e08d19b608aaa4a06eb989803", "rev": "060a819e97bb94805bda5ae70f1d6fd0baa27e3d",
"type": "github" "type": "github"
}, },
"original": { "original": {