nixos/i2pd: correct floodfill description

This commit is contained in:
Evgeny Kurnevsky 2025-09-25 05:41:21 +02:00
commit 88c4824617
No known key found for this signature in database
GPG key ID: 8FF444E5412D750C

View file

@ -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.
'';
};