nix/.forgejo/default-policy.json
iofq 1fa7f6a2fc
Some checks failed
/ check (push) Successful in 4m38s
build / build (nvim) (push) Failing after 5m30s
add CI images to repo
2026-02-28 12:05:08 -06:00

14 lines
256 B
JSON

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