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 ceab7d7009f0dcf1f89dac646a6a635fc37110eb
parent 253759571e73b0660f2b41057a90b744c670613a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 28 Jan 2024 15:47:07 +0100

Working on opnsense

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

diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -234,8 +234,6 @@ in { "lxc*" "cilium*" "enp7s0" - "gre_worker1" - "gre_nord" ]; enable = true; allowPing = true; @@ -666,7 +664,7 @@ in { }; bird2 = { - enable = true; + enable = false; config = '' router id 10.0.2.2; debug protocols all; @@ -712,7 +710,7 @@ in { bird-lg = { proxy = { - enable = true; + enable = false; allowedIPs = ["10.0.2.1"]; listenAddress = "10.0.2.2:8000"; };