This commit is contained in:
Patrick Großmann 2024-01-30 10:48:48 +01:00
parent a04313de0f
commit 99db0c70cc
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -37,8 +37,7 @@
systemd.network.networks = {
"01-lan1" = {
address = ["192.168.178.31/24"];
gateway = ["192.168.178.1"];
DHCP = "yes";
matchConfig.MACAddress = config.secrets.secrets.local.networking.lan1.mac;
networkConfig = {
IPv6PrivacyExtensions = "yes";
@ -60,9 +59,7 @@
dhcpV6Config.RouteMetric = 10;
};
"01-wlan1" = {
DHCP = "no";
address = ["192.168.1.6/24"];
gateway = ["192.168.1.2"];
DHCP = "yes";
matchConfig.MACAddress = config.secrets.secrets.local.networking.wlan1.mac;
networkConfig = {
IPv6PrivacyExtensions = "yes";