forked from mirrors_public/oddlama_nix-config
chore(zackbiene): update wan ip
This commit is contained in:
parent
862cd1c7b5
commit
26d3f17451
2 changed files with 4 additions and 3 deletions
|
@ -45,12 +45,13 @@ in {
|
||||||
#dhcpV6Config.UseDNS = false;
|
#dhcpV6Config.UseDNS = false;
|
||||||
#ipv6AcceptRAConfig.UseDNS = false;
|
#ipv6AcceptRAConfig.UseDNS = false;
|
||||||
address = [
|
address = [
|
||||||
#"192.168.178.2/24"
|
"192.168.178.7/24"
|
||||||
#"fdee::1/64"
|
#"fdee::1/64"
|
||||||
"192.168.1.183/22"
|
#"192.168.1.183/22"
|
||||||
];
|
];
|
||||||
gateway = [
|
gateway = [
|
||||||
"192.168.1.1/22"
|
"192.168.178.1/24"
|
||||||
|
#"192.168.1.1/22"
|
||||||
];
|
];
|
||||||
matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.wan.mac;
|
matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.wan.mac;
|
||||||
networkConfig.IPv6PrivacyExtensions = "yes";
|
networkConfig.IPv6PrivacyExtensions = "yes";
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue