Merge pull request 'flora-6: move docker data-root to /data' (#163) from fix/infra-move-docker-root into infra
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #163
This commit is contained in:
teutat3s 2023-02-01 13:30:00 +01:00
commit f05a1191b9

View file

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