Unverified Commit 88c48246 authored by Evgeny Kurnevsky's avatar Evgeny Kurnevsky
Browse files

nixos/i2pd: correct floodfill description

parent 97eec826
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -397,7 +397,8 @@ in

      floodfill = mkEnableOption "floodfill" // {
        description = ''
          If the router is declared to be unreachable and needs introduction nodes.
          Makes your router a floodfill, that means what other routers will
          publish and get LeaseSets and RouterInfos on your router.
        '';
      };