fix(tanzanite): use correct docker dir

This commit is contained in:
stitchy 2024-12-21 22:24:12 -08:00
parent 5a37fd5165
commit 97886fa0f0
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -14,7 +14,7 @@ in {
virtualisation.docker = {
enable = true;
daemon.settings = {
data-root = "/opt/data";
data-root = "/opt/data/docker-data";
};
};