fix: dgnum-netbird
This commit is contained in:
parent
f36a1ac4ba
commit
9f51f142bc
1 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,10 @@
|
||||||
};
|
};
|
||||||
systemd.network.networks."10-eth0" = {
|
systemd.network.networks."10-eth0" = {
|
||||||
name = "eth0";
|
name = "eth0";
|
||||||
|
address = [ "192.168.121.2/30" ];
|
||||||
|
routes = [ {
|
||||||
|
Gateway = "192.168.121.1";
|
||||||
|
} ];
|
||||||
dns = [
|
dns = [
|
||||||
"8.8.8.8"
|
"8.8.8.8"
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue