diff --git a/modules/electrs.nix b/modules/electrs.nix index 20359b5..0d55f11 100644 --- a/modules/electrs.nix +++ b/modules/electrs.nix @@ -24,7 +24,7 @@ in { type = types.bool; default = false; description = '' - If enabled, the electrs service will sync faster on high-memory systems (≤ 8GB). + If enabled, the electrs service will sync faster on high-memory systems (≥ 8GB). ''; }; };