fix: fixed broken network conf
This commit is contained in:
parent
69cf9a273c
commit
88be95bde4
|
@ -5,6 +5,7 @@
|
|||
systemd.network.networks = {
|
||||
"01-lan1" = {
|
||||
address = ["192.168.178.30/24"];
|
||||
gateway = ["192.168.178.1"];
|
||||
matchConfig.MACAddress = config.secrets.secrets.local.networking.lan1.mac;
|
||||
dns = ["192.168.178.2"];
|
||||
networkConfig = {
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
systemd.network.networks = {
|
||||
"01-lan1" = {
|
||||
address = ["192.168.178.31/24"];
|
||||
gateway = ["192.168.178.1"];
|
||||
matchConfig.MACAddress = config.secrets.secrets.local.networking.lan1.mac;
|
||||
networkConfig = {
|
||||
IPv6PrivacyExtensions = "yes";
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
systemd.network.networks = {
|
||||
"01-lan1" = {
|
||||
address = ["192.168.178.32/24"];
|
||||
gateway = ["192.168.178.1"];
|
||||
matchConfig.MACAddress = config.secrets.secrets.local.networking.lan1.mac;
|
||||
dns = ["192.168.178.2"];
|
||||
networkConfig = {
|
||||
|
|
Loading…
Reference in a new issue