From e74e46a0e6f961c8557cdfdb4372cdc82e522530 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 18 Feb 2021 00:09:57 +0000 Subject: [PATCH] machines: porthos: networking: set externalInterface --- machines/porthos/networking.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/porthos/networking.nix b/machines/porthos/networking.nix index 760665a..e593eeb 100644 --- a/machines/porthos/networking.nix +++ b/machines/porthos/networking.nix @@ -29,4 +29,7 @@ tunl0.useDHCP = true; }; }; + + # Which interface is used to connect to the internet + my.networking.externalInterface = "eth0"; }