diff options
Diffstat (limited to 'ops/modules/git-serving.nix')
-rw-r--r-- | ops/modules/git-serving.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/modules/git-serving.nix b/ops/modules/git-serving.nix index 6b8bef29b15a..49af01a0fd3e 100644 --- a/ops/modules/git-serving.nix +++ b/ops/modules/git-serving.nix @@ -12,7 +12,8 @@ let cfg = config.services.depot.git-serving; -in { +in +{ options.services.depot.git-serving = with lib; { enable = mkEnableOption "Enable cgit & josh configuration"; |