aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-13 20:58:16 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-13 20:58:16 -0700
commit4d521d641a1d9f0b3301381a57d9829123d21fc1 (patch)
tree8a487b4cf80d79329a8acdf323727ad4dfe6f189 /hosts/arrakis
parent4c79a731c40b8864ab97234b42709578fe749f31 (diff)
downloadnix-4d521d641a1d9f0b3301381a57d9829123d21fc1.tar
nix-4d521d641a1d9f0b3301381a57d9829123d21fc1.tar.gz
nix-4d521d641a1d9f0b3301381a57d9829123d21fc1.tar.bz2
nix-4d521d641a1d9f0b3301381a57d9829123d21fc1.tar.lz
nix-4d521d641a1d9f0b3301381a57d9829123d21fc1.tar.xz
nix-4d521d641a1d9f0b3301381a57d9829123d21fc1.tar.zst
nix-4d521d641a1d9f0b3301381a57d9829123d21fc1.zip
More nipsy cgit
Diffstat (limited to 'hosts/arrakis')
-rw-r--r--hosts/arrakis/services.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix
index 78036df..be1d195 100644
--- a/hosts/arrakis/services.nix
+++ b/hosts/arrakis/services.nix
@@ -10,16 +10,14 @@
"arrakis.bitgnome.net" = {
enable = true;
nginx.location = "/nipsy/git/";
- repos = {
- nix = {
- desc = "a NixOS repository";
- path = "/home/nipsy/git/nix/nipsy";
- };
- };
+ 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;
+ enable-index-owner = false;
logo = "/nipsy/git/cgit.png";
readme = ":README.md";
remove-suffix = 1;