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;