nix/.forgejo/default-policy.json
iofq 9422a7db7a
Some checks failed
/ check (push) Has been cancelled
build / nvim-bundle (nvim) (push) Waiting to run
add CI images to repo
2026-02-28 15:05:48 -06:00

14 lines
256 B
JSON

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