mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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;
|
||||
#ipv6AcceptRAConfig.UseDNS = false;
|
||||
address = [
|
||||
#"192.168.178.2/24"
|
||||
"192.168.178.7/24"
|
||||
#"fdee::1/64"
|
||||
"192.168.1.183/22"
|
||||
#"192.168.1.183/22"
|
||||
];
|
||||
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;
|
||||
networkConfig.IPv6PrivacyExtensions = "yes";
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue