flora-6: move docker data-root to /data #163

Merged
teutat3s merged 1 commit from fix/infra-move-docker-root into infra 2023-02-01 12:30:01 +00:00

View file

@ -41,6 +41,9 @@
virtualisation = { virtualisation = {
docker = { docker = {
enable = true; # sadly podman is not supported rightnow enable = true; # sadly podman is not supported rightnow
extraOptions = ''
--data-root /data/docker
'';
}; };
oci-containers = { oci-containers = {