fix: Add gateway for internet access in test envs

This commit is contained in:
Tristan Daniël Maat 2025-01-30 04:01:09 +08:00
parent 73c06e6ec8
commit 37c4613ab3
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -15,6 +15,9 @@
systemd.network.networks."10-eth0" = {
matchConfig.Name = "eth0";
gateway = [
"192.168.9.1"
];
networkConfig = {
Address = "192.168.9.2/24";
};