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:
parent
aa00c0b1ce
commit
c2e05c374f
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue