nix/.forgejo/default-policy.json
iofq b0bc29a707
Some checks are pending
build / build (nvim) (push) Has started running
/ check (push) Successful in 3m50s
add CI images to repo
2026-02-28 00:57:53 -06:00

14 lines
256 B
JSON

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