diff --git a/modules/system/homelab/containers.nix b/modules/system/homelab/containers.nix index d8222d5..a71d882 100644 --- a/modules/system/homelab/containers.nix +++ b/modules/system/homelab/containers.nix @@ -8,7 +8,7 @@ in { }; volumes = [ "${stacks-dir}:${stacks-dir}:rw" - "/root/dockge:/app/data:rw" + "${homelab.disks.data}/dockge/data:/app/data:rw" "/var/run/docker.sock:/var/run/docker.sock:rw" ]; ports = [