summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-24 17:51:37 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-24 17:51:37 -0500
commit0d33665b7676b533a5d8b7ead830b0faa4113743 (patch)
treef4f536c05ad6d4e63d5b5176e117f11b6eba9035
parent94a64f13e964d88235ad60fb75581b9719f297cb (diff)
downloadnixos-0d33665b7676b533a5d8b7ead830b0faa4113743.tar.xz
nixos-0d33665b7676b533a5d8b7ead830b0faa4113743.zip
remove cgit from nixos module and remove second scan path from poweredge-pro cgit
-rw-r--r--hosts/poweredge-pro/cgit.nix1
-rw-r--r--nixos/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/poweredge-pro/cgit.nix b/hosts/poweredge-pro/cgit.nix
index 9927301..6465265 100644
--- a/hosts/poweredge-pro/cgit.nix
+++ b/hosts/poweredge-pro/cgit.nix
@@ -74,7 +74,6 @@ in {
robots = "noindex, nofollow";
- scan-path = scanPath;
virtual-root = "/";
section-from-path = sectionFromStartpath;
max-repo-count = maxRepoCount;
diff --git a/nixos/default.nix b/nixos/default.nix
index 8cf41ab..ad91a03 100644
--- a/nixos/default.nix
+++ b/nixos/default.nix
@@ -3,7 +3,6 @@
./programs/awesome.nix
./programs/ddcutil.nix
- ./services/cgit.nix
./services/fileshares.nix
./services/mailer.nix
./services/zfs/zed-mailer.nix