Man of the pods

This commit is contained in:
Daniel Flanagan 2024-01-25 16:33:03 -06:00
parent d7ce3ec0a7
commit decb9e46df
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -187,10 +187,11 @@
allowedUDPPorts = lib.mkDefault [];
};
# TODO: podman equivalent?
extraHosts = ''
::1 host.docker.internal
127.0.0.1 host.docker.internal
::1 host.containers.internal
127.0.0.1 host.containers.internal
'';
};