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 a626c48928eb77c2aca0537a5fb9d74cce3960ee
parent 3ed5ccca3da6d339f38aaf776a928c227946613f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  4 Oct 2023 13:37:29 +0200

Ensure we allow ospf

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -183,6 +183,9 @@ "fe99:13::1/64" "10.100.0.3/24" "fe99:13::3/64" + # ospf + "224.0.0.6/32" + "224.0.0.5/32" ]; persistentKeepalive = 25; endpoint = "95.217.202.35:51821"; @@ -207,6 +210,9 @@ "fe99:13::1/64" "10.100.0.3/24" "fe99:13::3/64" + # ospf + "224.0.0.6/32" + "224.0.0.5/32" ]; endpoint = "37.27.5.79:51821"; } diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -156,6 +156,9 @@ "fe99:13::1/64" "10.100.0.3/24" "fe99:13::3/64" + # ospf + "224.0.0.6/32" + "224.0.0.5/32" ]; persistentKeepalive = 25; endpoint = "95.217.202.35:51820"; @@ -180,6 +183,9 @@ "fe99:13::1/64" "10.100.0.3/24" "fe99:13::3/64" + # ospf + "224.0.0.6/32" + "224.0.0.5/32" ]; endpoint = "49.13.24.105:51821"; }