summaryrefslogtreecommitdiffstats
path: root/modules/tv/git/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tv/git/default.nix')
-rw-r--r--modules/tv/git/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/tv/git/default.nix b/modules/tv/git/default.nix
index 1a1d0244..89b72d50 100644
--- a/modules/tv/git/default.nix
+++ b/modules/tv/git/default.nix
@@ -117,6 +117,13 @@ in
Repository description.
'';
};
+ section = mkOption {
+ type = types.nullOr types.str;
+ default = null;
+ description = ''
+ Repository section.
+ '';
+ };
name = mkOption {
type = types.str;
description = ''