fix: dgnum-netbird

This commit is contained in:
catvayor 2025-02-24 15:36:13 +01:00
parent f36a1ac4ba
commit 9f51f142bc
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -154,6 +154,10 @@
};
systemd.network.networks."10-eth0" = {
name = "eth0";
address = [ "192.168.121.2/30" ];
routes = [ {
Gateway = "192.168.121.1";
} ];
dns = [
"8.8.8.8"
"1.1.1.1"