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

@@ -73,6 +73,8 @@ in
{
imports = allModules;
networking.hosts = cfg.containerHosts;
# Static IP on bridge — no gateway (VPN container routes via WG only)
networking.useNetworkd = true;
systemd.network.enable = true;