nix/.forgejo/default-policy.json
iofq 00fa61025a
Some checks failed
/ check (push) Successful in 4m36s
build / nvim-bundle (nvim) (push) Failing after 4m21s
add CI images to repo
2026-02-28 14:35:07 -06:00

14 lines
256 B
JSON

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