machines: porthos: networking: set externalInterface
This commit is contained in:
parent
9e9ef7b598
commit
e74e46a0e6
|
@ -29,4 +29,7 @@
|
||||||
tunl0.useDHCP = true;
|
tunl0.useDHCP = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Which interface is used to connect to the internet
|
||||||
|
my.networking.externalInterface = "eth0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue