nix/.forgejo/default-policy.json
iofq 69f89d2900
Some checks failed
build / nvim-bundle (nvim) (push) Failing after 4m42s
add CI images to repo
2026-02-28 12:29:17 -06:00

14 lines
256 B
JSON

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