fix: rename module descriptions

This commit is contained in:
2026-05-24 17:25:52 +02:00
parent bd8a8f7942
commit a0f4edf5da
3 changed files with 4 additions and 4 deletions
+1 -1
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 {