fix: Add gateway for internet access in test envs
This commit is contained in:
parent
11b4da04d8
commit
0953a98d29
|
@ -15,6 +15,9 @@
|
||||||
|
|
||||||
systemd.network.networks."10-eth0" = {
|
systemd.network.networks."10-eth0" = {
|
||||||
matchConfig.Name = "eth0";
|
matchConfig.Name = "eth0";
|
||||||
|
gateway = [
|
||||||
|
"192.168.9.1"
|
||||||
|
];
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
Address = "192.168.9.2/24";
|
Address = "192.168.9.2/24";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue