nixos/estuary: Add initial BIRD2 config

This commit is contained in:
2022-10-06 22:12:30 +01:00
parent e8d6a702e6
commit fcc99a92e9
2 changed files with 99 additions and 1 deletions

View File

@@ -39,7 +39,7 @@
inherit (lib.my) networkdAssignment;
in
{
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ./dns.nix ];
imports = [ "${modulesPath}/profiles/qemu-guest.nix" ./dns.nix ./bgp.nix ];
config = mkMerge [
{