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;
|
||||
matchConfig = {
|
||||
Type = "ether";
|
||||
Name = "e*";
|
||||
};
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
IPv4Forwarding = "yes";
|
||||
};
|
||||
dhcpV4Config = {
|
||||
UseDomains = true;
|
||||
|
|
Loading…
Reference in a new issue