From cbc331b60fddd5ddec4a53652df80ee1c2fbeffd Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 7 Dec 2020 15:41:43 +0100 Subject: [PATCH] Activate bird2 for routers --- configuration/router/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/router/default.nix b/configuration/router/default.nix index 0e940b9..2964a16 100644 --- a/configuration/router/default.nix +++ b/configuration/router/default.nix @@ -4,4 +4,6 @@ environment.systemPackages = with pkgs; [ wireguard-tools ]; + + services.bird2.enable = true; }