lib/lxc-container: remove old nameservers

This commit is contained in:
Astro 2021-03-10 16:39:35 +01:00
parent 49f95aa8fd
commit 7a46e94bb0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
networking.useDHCP = false;
services.resolved.enable = false;
networking.nameservers =
[ "172.20.73.8" "172.20.72.6" "172.20.72.10" "9.9.9.9" ];
[ "172.20.73.8" "9.9.9.9" ];
networking.interfaces.eth0 = {
useDHCP = false;