mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: properly configure WAN interface
This commit is contained in:
parent
76b17d5beb
commit
ac8d875c35
@ -72,9 +72,12 @@ in
|
||||
gateway = [ IPv6.gateway ];
|
||||
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
# IPv6 has to be manually configured.
|
||||
DHCP = "ipv4";
|
||||
|
||||
LinkLocalAddressing = "ipv6";
|
||||
IPForward = true;
|
||||
|
||||
DNS = [
|
||||
"2a01:4ff:ff00::add:2"
|
||||
"2a01:4ff:ff00::add:1"
|
||||
|
Loading…
Reference in New Issue
Block a user