machines: porthos: networking: set externalInterface

This commit is contained in:
Bruno BELANYI 2021-02-18 00:09:57 +00:00
parent 9e9ef7b598
commit e74e46a0e6

View file

@ -29,4 +29,7 @@
tunl0.useDHCP = true;
};
};
# Which interface is used to connect to the internet
my.networking.externalInterface = "eth0";
}