diff options
| author | Grigory Shipunov | 2023-05-28 16:50:25 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-05-28 17:08:34 +0200 |
| commit | 11a77d4d2598df7d1bbd0fb44970e8c6a3e6ef5a (patch) | |
| tree | e9eb55f35427b4b39e7ff935d4a18e1b9f1fa619 /microvms/music | |
| parent | a5aa8962eff8bd57cf7bf65a19350d5ff90c01a8 (diff) | |
match on mac
Diffstat (limited to 'microvms/music')
| -rw-r--r-- | microvms/music/default.nix | 2 | ||||
| -rw-r--r-- | microvms/music/oxaproxy.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/microvms/music/default.nix b/microvms/music/default.nix index 4a4349d..7ae2752 100644 --- a/microvms/music/default.nix +++ b/microvms/music/default.nix @@ -28,7 +28,7 @@ interfaces = [{ type = "tap"; id = "vm-music"; - mac = "EA:40:E8:60:C5:37"; + mac = "02:00:00:00:00:01"; }]; }; diff --git a/microvms/music/oxaproxy.nix b/microvms/music/oxaproxy.nix index 3340cdc..899aa17 100644 --- a/microvms/music/oxaproxy.nix +++ b/microvms/music/oxaproxy.nix @@ -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"; }; |
