fix(tanzanite): use correct docker dir
This commit is contained in:
parent
5a37fd5165
commit
97886fa0f0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in {
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
daemon.settings = {
|
daemon.settings = {
|
||||||
data-root = "/opt/data";
|
data-root = "/opt/data/docker-data";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue