1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix(ward): set correct gateway

This commit is contained in:
oddlama 2023-10-18 00:57:49 +02:00
parent aa00c0b1ce
commit c2e05c374f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -47,11 +47,9 @@ in {
address = [
"192.168.178.7/24"
#"fdee::1/64"
#"192.168.1.183/22"
];
gateway = [
"192.168.178.1/24"
#"192.168.1.1/22"
"192.168.178.1"
];
matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.wan.mac;
networkConfig.IPv6PrivacyExtensions = "yes";