nix/.forgejo/default-policy.json
iofq 91d43f1169
Some checks failed
build / nvim-bundle (nvim) (push) Failing after 4m10s
add CI images to repo
2026-02-28 14:17:56 -06:00

14 lines
256 B
JSON

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