about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2024-03-03 15:50:42 +0100
committerGitHub <noreply@github.com>2024-03-03 15:50:42 +0100
commitdc9a74e61ee6d7af3d535543c91259377d94efb8 (patch)
tree078da66367a6d7a8c8e80725069ab19af473a4a9 /nixos
parentfc1be2d4ac56a73e4a380e123910dd7bcc83b132 (diff)
parent43fee5401d9343608d564b13a896baa382154031 (diff)
Merge pull request #291934 from e1mo/bird-lg-1-3-5
bird-lg: 1.3.1 -> 1.3.5
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/bird-lg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/bird-lg.nix b/nixos/modules/services/networking/bird-lg.nix
index be9f4101e6abe..1c59f7a6ae7c6 100644
--- a/nixos/modules/services/networking/bird-lg.nix
+++ b/nixos/modules/services/networking/bird-lg.nix
@@ -194,8 +194,8 @@ in
         allowedIPs = mkOption {
           type = types.listOf types.str;
           default = [ ];
-          example = [ "192.168.25.52" "192.168.25.53" ];
-          description = lib.mdDoc "List of IPs to allow (default all allowed).";
+          example = [ "192.168.25.52" "192.168.25.53" "192.168.0.0/24" ];
+          description = lib.mdDoc "List of IPs or networks to allow (default all allowed).";
         };
 
         birdSocket = mkOption {