nixos/bgp: on machines with lots of routes, disable SYSTEMD_RESOLVED_SYNTHESIZE_HOSTNAME

This commit is contained in:
Luke Granger-Brown 2023-08-06 18:02:28 +01:00
parent dda412fa6c
commit b904a15186

View file

@ -418,5 +418,7 @@ in {
services.tailscale.package = depot.nix.pkgs.tailscale;
systemd.network.config.networkConfig.ManageForeignRoutes = "no";
systemd.services."systemd-resolved".environment.SYSTEMD_RESOLVED_SYNTHESIZE_HOSTNAME = "false";
};
}