commit 4503d20b4aa4ebf5b15a31b29eff4f24c2081f52
parent 1c382c157eba7b068606a878e09c3fbfd6dcdafa
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 28 Jan 2024 20:15:49 +0100
Working on opnsense
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -37,7 +37,7 @@
"github_meta": {
"flake": false,
"locked": {
- "narHash": "sha256-ljBWlCRVE8heuHIRXUb89xGDqR8lNdOfYaWYh8cXMR0=",
+ "narHash": "sha256-hLqXwS6JVEOzs8rBAnbcePv7YydCPVkwhPh+V5412Iw=",
"type": "file",
"url": "https://api.github.com/meta"
},
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -455,7 +455,7 @@ in {
};
bird2 = {
- enable = false;
+ enable = true;
config = ''
router id 10.0.2.3;
debug protocols all;