summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/mcvm-network.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-04-03 22:32:14 +0200
committerGrigory Shipunov2023-04-03 22:32:14 +0200
commit08bcc74f0c177280b49201d5954263a091befe67 (patch)
tree9f1d9f3c9ef35861bf0290618d10a40cffc3f16a /hosts/dishwasher/mcvm-network.nix
parent596d36f365cc1c78690df66b439e2d64fbd6f4cf (diff)
wired is back
Diffstat (limited to 'hosts/dishwasher/mcvm-network.nix')
-rw-r--r--hosts/dishwasher/mcvm-network.nix2
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" ];
};