Compare commits
4 commits
e4eddaba6f
...
5d1685160e
Author | SHA1 | Date | |
---|---|---|---|
5d1685160e | |||
2b0a30a700 | |||
b09ad8c302 | |||
0953a98d29 |
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue