Man of the pods
This commit is contained in:
parent
d7ce3ec0a7
commit
decb9e46df
|
@ -187,10 +187,11 @@
|
||||||
allowedUDPPorts = lib.mkDefault [];
|
allowedUDPPorts = lib.mkDefault [];
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: podman equivalent?
|
|
||||||
extraHosts = ''
|
extraHosts = ''
|
||||||
::1 host.docker.internal
|
::1 host.docker.internal
|
||||||
127.0.0.1 host.docker.internal
|
127.0.0.1 host.docker.internal
|
||||||
|
::1 host.containers.internal
|
||||||
|
127.0.0.1 host.containers.internal
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue