diff options
| author | Grigory Shipunov | 2023-04-03 22:32:14 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-03 22:32:14 +0200 |
| commit | 08bcc74f0c177280b49201d5954263a091befe67 (patch) | |
| tree | 9f1d9f3c9ef35861bf0290618d10a40cffc3f16a /hosts/dishwasher/mcvm-network.nix | |
| parent | 596d36f365cc1c78690df66b439e2d64fbd6f4cf (diff) | |
wired is back
Diffstat (limited to 'hosts/dishwasher/mcvm-network.nix')
| -rw-r--r-- | hosts/dishwasher/mcvm-network.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/dishwasher/mcvm-network.nix b/hosts/dishwasher/mcvm-network.nix index 73894f8..22114b3 100644 --- a/hosts/dishwasher/mcvm-network.nix +++ b/hosts/dishwasher/mcvm-network.nix @@ -45,7 +45,7 @@ networking.nat = { enable = true; enableIPv6 = true; - externalInterface = "wlan0"; + externalInterface = "enp1s0"; internalInterfaces = [ "microvm-bridge" ]; }; |
