all: fix networking for docker

This commit is contained in:
Adithya 2024-10-30 14:49:14 +05:30
parent e00dc4e538
commit 25bf8f2aa8
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -11,9 +11,11 @@ _: {
enable = true;
matchConfig = {
Type = "ether";
Name = "e*";
};
networkConfig = {
DHCP = "yes";
IPv4Forwarding = "yes";
};
dhcpV4Config = {
UseDomains = true;