diff options
author | Ben Sima <ben@bsima.me> | 2021-05-11 06:21:34 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:34 -0500 |
commit | f64462419879ab6138ab073450b3ccd69e0906fd (patch) | |
tree | 2e1907df049283a17be776b0abd8441e86ebe7a2 /Biz/Cloud/Web.nix | |
parent | 6729ea1439a3ec60afd84af7b94cb159a0f719b6 (diff) |
A few cgit settings
Diffstat (limited to 'Biz/Cloud/Web.nix')
-rw-r--r-- | Biz/Cloud/Web.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Cloud/Web.nix b/Biz/Cloud/Web.nix index 3ee6149..65968ce 100644 --- a/Biz/Cloud/Web.nix +++ b/Biz/Cloud/Web.nix @@ -59,6 +59,8 @@ in css = "/git/cgit.css"; logo = "/git/cgit.png"; root-title = "ben's git repos"; + root-desc = "building"; + enable-git-config = 1; clone-url = lib.strings.concatStringsSep " " [ "https://$HTTP_HOST/git/$CGIT_REPO_URL" "git://$HTTP_HOST/$CGIT_REPO_URL" |