Compare commits

...

3 commits

Author SHA1 Message Date
Michael Huebner
6bdb04e4fe Merge branch 'main' of https://gavania.de/hodasemi/nixos-server-conf 2025-06-11 09:40:46 +02:00
Michael Huebner
cf86742fcf Specifically add docker.sock 2025-06-11 09:39:38 +02:00
Michael Huebner
405d7bdfdf Bind volume to access docker socket 2025-06-11 09:30:09 +02:00

View file

@ -43,7 +43,7 @@ in
};
container = {
valid_volumes = [
"**"
"unix:///var/run/docker.sock"
];
};
};