nixos-configs/home/vinzenz/.config/containers/policy.json
2025-02-01 16:02:27 +01:00

16 lines
No EOL
260 B
JSON

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