match on mac

This commit is contained in:
Grigory Shipunov 2023-05-28 16:50:25 +02:00
parent a5aa8962ef
commit 11a77d4d25
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
6 changed files with 6 additions and 7 deletions

View file

@ -28,7 +28,7 @@
interfaces = [{
type = "tap";
id = "vm-music";
mac = "EA:40:E8:60:C5:37";
mac = "02:00:00:00:00:01";
}];
};

View file

@ -43,7 +43,7 @@
};
networks."111-host" = {
matchConfig.Name = "enp0s8";
matchconfig.MACAddress = "02:00:00:00:00:01";
networkConfig = {
Address = "10.99.99.101/24";
};