devices.srv2-node0/1: switch mac

This commit is contained in:
2025-10-27 16:32:25 +08:00
parent b8fe6bb4d5
commit c3b2802c19
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ inputs:
beesd."/".hashTableSizeMB = 10 * 128;
hpcstat = {};
sshd = { groupBanner = true; motd = true; };
lumericalLicenseManager.macAddress = "70:20:84:09:a3:52";
lumericalLicenseManager.macAddress = "04:42:1a:26:0c:07";
};
};
services.hardware.bolt.enable = true;

View File

@@ -17,7 +17,7 @@ inputs:
services =
{
beesd."/" = {};
lumericalLicenseManager.macAddress = "04:42:1a:26:0c:07";
lumericalLicenseManager.macAddress = "70:20:84:09:a3:52";
};
};
};