nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit c4533ae0a76dad3dbebc5e8ffad2122549010eaf
parent 032445ad73f997d5810b687b0200c5a66e13f8ff
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 27 Jan 2024 21:09:29 +0100

Switch to gobgpd

Diffstat:
Mnixos/worker-1/configuration.nix | 2+-
Mnixos/worker-2/configuration.nix | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -530,7 +530,7 @@ in { match-set-options = "any"; }; match-neighbor-set = { - prefix-set = "ns1"; + neighbor-set = "ns1"; match-set-options = "any"; }; }; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -578,7 +578,7 @@ in { match-set-options = "any"; }; match-neighbor-set = { - prefix-set = "ns1"; + neighbor-set = "ns1"; match-set-options = "any"; }; };