nix/.forgejo/default-policy.json
iofq aa9e5a90c6
Some checks failed
/ check (push) Successful in 3m59s
build / build (nvim) (push) Failing after 3h0m0s
add CI images to repo
2026-02-28 01:17:26 -06:00

14 lines
256 B
JSON

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