Docker hosts
This commit is contained in:
parent
186dc37971
commit
4e3e8f8c0d
1 changed files with 5 additions and 0 deletions
|
@ -161,6 +161,11 @@
|
|||
allowedTCPPorts = lib.mkDefault [];
|
||||
allowedUDPPorts = lib.mkDefault [];
|
||||
};
|
||||
|
||||
extraHosts = ''
|
||||
::1 host.docker.internal
|
||||
127.0.0.1 host.docker.internal
|
||||
'';
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Reference in a new issue