mob next [ci-skip] [ci skip] [skip ci]
lastFile:clan.nix
This commit is contained in:
@@ -72,7 +72,7 @@ in
|
||||
address = "10.1.10.1";
|
||||
prefixLength = 24;
|
||||
subnet = "10.1.10.0/24";
|
||||
dhcp.fixIPs.storinator01 = {
|
||||
dhcp.fixedIPs.storinator01 = {
|
||||
hwAddress = "7c:c2:55:e0:d6:40";
|
||||
ipAddress = "10.1.10.53";
|
||||
};
|
||||
@@ -130,7 +130,7 @@ in
|
||||
address = "10.1.150.1";
|
||||
prefixLength = 24;
|
||||
subnet = "10.1.150.0/24";
|
||||
dhcp.fixIPs.newt = {
|
||||
dhcp.fixedIPs.newt = {
|
||||
hwAddress = "7c:d3:0a:21:58:0b";
|
||||
ipAddress = "10.1.150.22";
|
||||
};
|
||||
|
||||
@@ -239,7 +239,7 @@
|
||||
)
|
||||
// lib.mapAttrs' (
|
||||
iface: port:
|
||||
lib.nameValuePair "20-access-${iface}" {
|
||||
lib.nameValuePair "25-access-${iface}" {
|
||||
matchConfig.Name = port;
|
||||
networkConfig.Bridge = "br0";
|
||||
bridgeVLANs = [
|
||||
|
||||
Reference in New Issue
Block a user