chore: switch to static ip on ward

This commit is contained in:
oddlama 2023-10-02 20:05:36 +02:00
parent ed1683d50b
commit 4dae9408a5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -40,16 +40,18 @@ in {
'';
};
"10-wan" = {
DHCP = "yes";
dhcpV4Config.UseDNS = false;
dhcpV6Config.UseDNS = false;
ipv6AcceptRAConfig.UseDNS = false;
#address = [
# "192.168.178.2/24"
# "fdee::1/64"
#];
#gateway = [
#];
#DHCP = "yes";
#dhcpV4Config.UseDNS = false;
#dhcpV6Config.UseDNS = false;
#ipv6AcceptRAConfig.UseDNS = false;
address = [
#"192.168.178.2/24"
#"fdee::1/64"
"192.168.1.183/22"
];
gateway = [
"192.168.1.1/22"
];
matchConfig.MACAddress = config.repo.secrets.local.networking.interfaces.wan.mac;
networkConfig.IPv6PrivacyExtensions = "yes";
linkConfig.RequiredForOnline = "routable";