Small tweaks to the test VM #126

Manually merged
tlater merged 2 commits from tlater/vm into master 2025-01-31 16:09:44 +00:00
Showing only changes of commit 37c4613ab3 - Show all commits

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";
};