commit 1da77ef798da4bc0bfd593bcc1480f2580330da2
parent ecfbddd5f00c82c198753c9443d583b6eae325a5
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 28 Jan 2024 21:43:25 +0100
Working on opnsense
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -501,12 +501,12 @@ in {
bird-lg = {
proxy = {
- enable = true;
+ enable = false;
allowedIPs = ["10.0.2.3" "fe99:13::1"];
listenAddress = "10.0.2.3:8000";
};
frontend = {
- enable = true;
+ enable = false;
titleBrand = "Midnightthoughts infra";
navbar.brand = "Midnightthoughts infra";
listenAddress = "127.0.0.1:5001";
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -665,7 +665,7 @@ in {
};
bird2 = {
- enable = true;
+ enable = false;
config = ''
router id 10.0.2.2;
debug protocols all;
@@ -710,7 +710,7 @@ in {
bird-lg = {
proxy = {
- enable = true;
+ enable = false;
allowedIPs = ["10.0.2.3"];
listenAddress = "10.0.2.2:8000";
};