diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-14 22:49:29 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-14 22:49:29 -0700 |
commit | 11a16531a53332059b16d57a61c3287b1d5fc1bf (patch) | |
tree | bade1a396d9c784fd84be1f05d57181bd7d8a48a /hosts/arrakis/services.nix | |
parent | afa9823c9a038d434a0bad1b3f5208b49bd2614c (diff) | |
download | nix-11a16531a53332059b16d57a61c3287b1d5fc1bf.tar nix-11a16531a53332059b16d57a61c3287b1d5fc1bf.tar.gz nix-11a16531a53332059b16d57a61c3287b1d5fc1bf.tar.bz2 nix-11a16531a53332059b16d57a61c3287b1d5fc1bf.tar.lz nix-11a16531a53332059b16d57a61c3287b1d5fc1bf.tar.xz nix-11a16531a53332059b16d57a61c3287b1d5fc1bf.tar.zst nix-11a16531a53332059b16d57a61c3287b1d5fc1bf.zip |
Add clone link
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/services.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index 30fcfc2..cff00ff 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -31,6 +31,7 @@ settings = { about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; branch-sort = "age"; + clone-url = "https://$HTTP_HOST/$CGIT_REPO_URL"; css = "/nipsy/git/cgit.css"; enable-commit-graph = true; enable-follow-links = true; |