mv home homeConfigurations

This commit is contained in:
Vinzenz Schroeter 2025-09-15 18:07:38 +02:00
parent f89c75aad2
commit 1bebb5d096
17 changed files with 0 additions and 0 deletions

View file

@ -1,23 +0,0 @@
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker": {
"docker.io/library/debian": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}