Move docker directory to /mnt/data

This commit is contained in:
Natsu Kagami 2024-12-08 00:14:14 +01:00
parent f4a1a8e76c
commit 840033ac1e
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -61,6 +61,7 @@
];
virtualisation.docker.enable = true;
virtualisation.docker.extraOptions = "--data-root /mnt/data/docker";
services.do-agent.enable = true;