nix/.forgejo/default-policy.json
iofq bea053126b
Some checks failed
/ check (push) Successful in 3m19s
build / build (nvim) (push) Has been cancelled
add CI images to repo
2026-02-28 00:37:58 -06:00

14 lines
256 B
JSON

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