nix/.forgejo/default-policy.json
iofq fded320b63
Some checks failed
build / nvim-bundle (nvim) (push) Failing after 4m5s
add CI images to repo
2026-02-28 13:38:15 -06:00

14 lines
256 B
JSON

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