vmd32387/containers: pass resolv.conf to containers

This commit is contained in:
steveej 2020-03-16 22:24:46 +01:00
parent a2070b4d3b
commit 89d62000fd
2 changed files with 4 additions and 2 deletions

View file

@ -95,6 +95,8 @@ in {
done
'';
networking.useHostResolvConf = true;
containers = {
mailserver = import ../../containers/mailserver.nix {
hostAddress = "192.168.100.10";