nix/.forgejo/default-policy.json
iofq 471944ad89
Some checks failed
build / build (nvim) (push) Has started running
/ check (push) Failing after 1m53s
add CI images to repo
2026-02-28 01:09:16 -06:00

14 lines
256 B
JSON

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