mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-22 16:07:10 +01:00
(insecurely) allow docker.io/library/debian
This commit is contained in:
parent
e44a1d3b08
commit
cbce2da2cc
|
@ -11,6 +11,13 @@
|
||||||
"type": "insecureAcceptAnything"
|
"type": "insecureAcceptAnything"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"docker": {
|
||||||
|
"docker.io/library/debian": [
|
||||||
|
{
|
||||||
|
"type": "insecureAcceptAnything"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue