diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 20:59:32 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-13 20:59:32 -0700 |
commit | 66b1064bb4d1b693918c4c550acde96027f55c6c (patch) | |
tree | f344014801314e781c2bf88f354cbad2bd65496d /hosts | |
parent | 4d521d641a1d9f0b3301381a57d9829123d21fc1 (diff) | |
download | nix-66b1064bb4d1b693918c4c550acde96027f55c6c.tar nix-66b1064bb4d1b693918c4c550acde96027f55c6c.tar.gz nix-66b1064bb4d1b693918c4c550acde96027f55c6c.tar.bz2 nix-66b1064bb4d1b693918c4c550acde96027f55c6c.tar.lz nix-66b1064bb4d1b693918c4c550acde96027f55c6c.tar.xz nix-66b1064bb4d1b693918c4c550acde96027f55c6c.tar.zst nix-66b1064bb4d1b693918c4c550acde96027f55c6c.zip |
More nipsy cgit
Diffstat (limited to '')
-rw-r--r-- | hosts/arrakis/services.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index be1d195..b134eea 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -13,7 +13,6 @@ scanPath = "/home/nipsy/www/git"; settings = { about-filter = "${pkgs.cgit}/lib/cgit/filters/about-formatting.sh"; - clone-url = "${httpsClone} ${sshClone}"; css = "/nipsy/git/cgit.css"; enable-follow-links = true; enable-index-links = true; |