mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/plover: update WAN interface network config
This commit is contained in:
parent
102e216ae5
commit
12abc5146e
@ -84,7 +84,12 @@ in
|
|||||||
|
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
DHCP = "yes";
|
DHCP = "yes";
|
||||||
|
LinkLocalAddressing = "ipv6";
|
||||||
IPForward = true;
|
IPForward = true;
|
||||||
|
DNS = [
|
||||||
|
"2a01:4ff:ff00::add:2"
|
||||||
|
"2a01:4ff:ff00::add:1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user