pluto: update WAN MAC address
Martin Weinelt committed
Feb 23, 2026 at 13:59 UTC
c219bfab3ea8cbd742de4284394a2ef8ad6bc0e7
1 file changed
+1
-1
build/pluto/network.nix
+1
-1
@@ -4,7 +4,7 @@
4
networks = {
5
"30-enp5s0" = {
6
matchConfig = {
7
- MACAddress = "08:bf:b8:18:2e:23";
7
+ MACAddress = "c8:7f:54:67:bd:31";
8
Type = "ether";
9
};
10
linkConfig.RequiredForOnline = true;