Compare commits

..

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