fix: rename module descriptions

This commit is contained in:
2026-05-22 11:50:01 +02:00
parent bd8a8f7942
commit a0f4edf5da
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ let
in
{
options.torrenting = {
enable = lib.mkEnableOption "transmission torrent client";
enable = lib.mkEnableOption "torrenting";
};
config = lib.mkIf cfg.enable {