diff options
| author | Max Audron <audron@cocaine.farm> | 2024-02-04 11:19:56 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-02-04 11:19:56 +0100 |
| commit | a6505df173af299265de79fec176e8491f9a22ba (patch) | |
| tree | d15b2f859d98752e669356f8afa2577ccc5b9331 /modules/bgp/default.nix | |
| parent | add palworld server (diff) | |
update to 23.11 and move garage
Diffstat (limited to 'modules/bgp/default.nix')
| -rw-r--r-- | modules/bgp/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bgp/default.nix b/modules/bgp/default.nix index 3eecd86..1f33aad 100644 --- a/modules/bgp/default.nix +++ b/modules/bgp/default.nix @@ -33,7 +33,7 @@ enable = true; config = '' router bgp 64716 - bgp router-id ${config.kubernetes.externalIP.v4} + bgp router-id ${config.deploy.host} bgp ebgp-requires-policy no bgp default ipv4-unicast no bgp network import-check |
