Skip to content

Commit

Permalink
-- usedns since pol
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Feb 14, 2025
1 parent 1f6e1b7 commit 9e42289
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/eihort/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
IPv6Forwarding = true;
IPv6AcceptRA = "yes";
};
dhcpV4Config.UseDNS = false;
dhcpV6Config.UseDNS = false;
linkConfig.RequiredForOnline = "routable";
address = [ "192.168.1.16/24" ];
routes = [
Expand Down
4 changes: 4 additions & 0 deletions hosts/hastur/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
IPv6Forwarding = true;
IPv6AcceptRA = "yes";
};

dhcpV4Config.UseDNS = false;
dhcpV6Config.UseDNS = false;

linkConfig.RequiredForOnline = "routable";
address = [ "192.168.1.2/24" ];
routes = [
Expand Down
2 changes: 2 additions & 0 deletions hosts/kaambl/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
IPv6Forwarding = true;
IPv6AcceptRA = true;
};
dhcpV4Config.UseDNS = false;
dhcpV6Config.UseDNS = false;
dhcpV4Config.RouteMetric = 2040;
dhcpV6Config.RouteMetric = 2046;
};
Expand Down

0 comments on commit 9e42289

Please sign in to comment.