nix/.forgejo/default-policy.json
iofq 994fdefcd6
Some checks failed
/ check (push) Has been cancelled
build / nvim-bundle (nvim) (push) Successful in 29m37s
add CI images to repo
2026-02-28 18:45:44 -06:00

14 lines
256 B
JSON

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