nix/.forgejo/default-policy.json
iofq 5b1b13dcfb
Some checks failed
/ check (push) Failing after 2m15s
build / build (nvim) (push) Has been cancelled
add CI images to repo
2026-02-28 00:22:33 -06:00

14 lines
256 B
JSON

{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}