parent
8c58b35813
commit
ab086bc49b
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@ in
|
||||||
networks = {
|
networks = {
|
||||||
"10-lan" = {
|
"10-lan" = {
|
||||||
matchConfig.Name = interfaces.eth;
|
matchConfig.Name = interfaces.eth;
|
||||||
networkConfig.DHCP = "yes";
|
networkConfig = {
|
||||||
|
DHCP = true;
|
||||||
|
IPv6AcceptRA = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue