Add a IPv6 DNS resolver to config/lxc-container

This commit is contained in:
Ehmry - 2022-01-18 22:04:27 +01:00
parent e36f00c428
commit 539cfb8d3b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
networking.useDHCP = false;
services.resolved.enable = false;
networking.nameservers =
[ "172.20.73.8" "9.9.9.9" ];
[ "172.20.73.8" "fd23:42:c3d2:582:f096:dbff:fee8:427d" "9.9.9.9" ];
networking.interfaces.eth0 = {
useDHCP = false;