NixOS Containers: Difference between revisions
imported>Onny mNo edit summary |
imported>Onny Add note to bug url |
||
| Line 40: | Line 40: | ||
}; | }; | ||
# Use systemd-resolved inside the container | # Use systemd-resolved inside the container | ||
# Workaround for bug https://github.com/NixOS/nixpkgs/issues/162686 | |||
useHostResolvConf = mkForce false; | useHostResolvConf = mkForce false; | ||
}; | }; | ||