From f4ad4d3ce13e578cc1defa437a531acd46421251 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 18 Aug 2023 23:58:06 +0100 Subject: [PATCH] update bridge service doc --- modules/bridge/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/bridge/default.nix b/modules/bridge/default.nix index fc503c3e..79440cb6 100644 --- a/modules/bridge/default.nix +++ b/modules/bridge/default.nix @@ -4,9 +4,7 @@ ## Allows creation of Layer 2 software "bridge" network devices. A ## common use case is to merge together a hardware Ethernet device ## with one or more WLANs so that several local devices appear to be -## on the same network. Create a ``primary`` service to specify the -## new device, and a ``members`` service to add constituent devices -## to it. +## on the same network. { lib, pkgs, config, ...}: