diff --git a/profiles/dn42-router/default.nix b/profiles/dn42-router/default.nix
index 812be51..463e552 100644
--- a/profiles/dn42-router/default.nix
+++ b/profiles/dn42-router/default.nix
@@ -37,7 +37,7 @@ in {
           };
         };
       }));
-      default = {};
+      default = [];
       description = "External bgp peers";
     };
     bgpPeers = mkOption {
@@ -57,7 +57,7 @@ in {
           };
         };
       }));
-      default = {};
+      default = [];
       description = "External bgp peers";
     };
     wireguardPeers = mkOption {
@@ -87,7 +87,7 @@ in {
         };
       }));
       default = [];
-      description = "External bgp peers";
+      description = "External bgp peers connected via wireguard";
     };
     birdExtraConfig = mkOption {
       type = types.str;