Docker hosts

This commit is contained in:
Daniel Flanagan 2023-10-10 14:29:31 -05:00
parent 186dc37971
commit 4e3e8f8c0d
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -161,6 +161,11 @@
allowedTCPPorts = lib.mkDefault [];
allowedUDPPorts = lib.mkDefault [];
};
extraHosts = ''
::1 host.docker.internal
127.0.0.1 host.docker.internal
'';
};
nix = {