nixos/bgp: on machines with lots of routes, disable SYSTEMD_RESOLVED_SYNTHESIZE_HOSTNAME
This commit is contained in:
parent
dda412fa6c
commit
b904a15186
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue