1
1
Fork 1
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:
oddlama 2023-10-17 21:50:11 +02:00
parent 862cd1c7b5
commit 26d3f17451
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 4 additions and 3 deletions

View file

@ -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";