Add Burrow forge infrastructure and tailnet control plane
This commit is contained in:
parent
d1ed826389
commit
de25f240d5
51 changed files with 9058 additions and 0 deletions
11
nixos/modules/burrow-headscale-policy.hujson
Normal file
11
nixos/modules/burrow-headscale-policy.hujson
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
// Bootstrap with a simple allow-all policy; Burrow-specific lane segmentation
|
||||
// can be layered on once the control plane is live.
|
||||
acls: [
|
||||
{
|
||||
action: "accept",
|
||||
src: ["*"],
|
||||
dst: ["*:*"],
|
||||
},
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue