fix network

This commit is contained in:
XenGi 2026-08-21 23:43:55 +02:00
commit a72519fdd6
Signed by: xengi
SSH key fingerprint: SHA256:dM+fLZGsDvyv6kunjE8bGduL24VsCFB4LEOSdmRHdG0

View file

@ -44,6 +44,9 @@
};
container = {
enable_ipv6 = true;
network = "podman";
privileged = true;
force_pull = true;
docker_host = "unix:///run/podman/podman.sock";
};
};