Home: Update AP mac.
This commit is contained in:
parent
7e3d009248
commit
d810ffea3c
|
@ -106,7 +106,6 @@ in {
|
||||||
EmitRouter = true;
|
EmitRouter = true;
|
||||||
EmitTimezone = true;
|
EmitTimezone = true;
|
||||||
MaxLeaseTimeSec = "24h";
|
MaxLeaseTimeSec = "24h";
|
||||||
# PersistLeases = false;
|
|
||||||
PoolOffset = 100;
|
PoolOffset = 100;
|
||||||
PoolSize = 150;
|
PoolSize = 150;
|
||||||
ServerAddress = "10.0.0.1/24";
|
ServerAddress = "10.0.0.1/24";
|
||||||
|
@ -117,7 +116,7 @@ in {
|
||||||
mkStatic = Address: MACAddress: { dhcpServerStaticLeaseConfig = { inherit Address MACAddress; }; };
|
mkStatic = Address: MACAddress: { dhcpServerStaticLeaseConfig = { inherit Address MACAddress; }; };
|
||||||
in [
|
in [
|
||||||
# TODO: Add pocket.
|
# TODO: Add pocket.
|
||||||
(mkStatic "10.0.0.2" "9c:9d:7e:8e:3d:c8") # Wifi AP.
|
(mkStatic "10.0.0.2" "9c:9d:7e:8e:3d:c7") # Wifi AP.
|
||||||
(mkStatic "10.0.0.3" "d8:bb:c1:cc:da:30") # Desktop.
|
(mkStatic "10.0.0.3" "d8:bb:c1:cc:da:30") # Desktop.
|
||||||
(mkStatic "10.0.0.4" "2c:be:eb:52:53:2b") # Phone.
|
(mkStatic "10.0.0.4" "2c:be:eb:52:53:2b") # Phone.
|
||||||
(mkStatic "10.0.0.5" "14:85:7f:eb:6c:25") # Work.
|
(mkStatic "10.0.0.5" "14:85:7f:eb:6c:25") # Work.
|
||||||
|
|
Loading…
Reference in a new issue