all: fix networking for docker
This commit is contained in:
parent
e00dc4e538
commit
25bf8f2aa8
1 changed files with 2 additions and 0 deletions
|
@ -11,9 +11,11 @@ _: {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchConfig = {
|
matchConfig = {
|
||||||
Type = "ether";
|
Type = "ether";
|
||||||
|
Name = "e*";
|
||||||
};
|
};
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
|
IPv4Forwarding = "yes";
|
||||||
};
|
};
|
||||||
dhcpV4Config = {
|
dhcpV4Config = {
|
||||||
UseDomains = true;
|
UseDomains = true;
|
||||||
|
|
Loading…
Reference in a new issue