burrow/nixos/modules/burrow-headscale-policy.hujson

11 lines
230 B
Text

{
// 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: ["*:*"],
},
],
}