define vpn container hosts within containers too

This commit is contained in:
2026-02-25 23:23:49 -08:00
parent c1030c1dfe
commit 1ac3f05e3e
3 changed files with 14 additions and 1 deletions

View File

@@ -42,6 +42,8 @@ let
};
};
networking.hosts = cfg.containerHosts;
# DNS through VPN container (queries go through WG tunnel = no DNS leak)
networking.nameservers = [ cfg.vpnAddress ];