From 25bf8f2aa8398ffd25b454f8dbf8298948631e29 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Wed, 30 Oct 2024 14:49:14 +0530 Subject: [PATCH] all: fix networking for docker --- hosts/shared/networkd.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/shared/networkd.nix b/hosts/shared/networkd.nix index 3b2317b..c91ec8a 100644 --- a/hosts/shared/networkd.nix +++ b/hosts/shared/networkd.nix @@ -11,9 +11,11 @@ _: { enable = true; matchConfig = { Type = "ether"; + Name = "e*"; }; networkConfig = { DHCP = "yes"; + IPv4Forwarding = "yes"; }; dhcpV4Config = { UseDomains = true;