aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-14 17:11:17 -0300
committerEuAndreh <eu@euandre.org>2023-03-14 17:11:17 -0300
commitd3805a13435f1e5451400619ce48cf4d534e844d (patch)
tree3cffc7c6990a0c94f14fc33cbdd9d7fa2b589c04
parentcronjob.sh: Rename $ONE_HOUR to $TIMEOUT (diff)
downloadtoph-d3805a13435f1e5451400619ce48cf4d534e844d.tar.gz
toph-d3805a13435f1e5451400619ce48cf4d534e844d.tar.xz
system.scm: Disable owner link on cgit
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show d3805a13435f1e5451400619ce48cf4d534e844d git notes --ref=refs/notes/ci-data show d3805a13435f1e5451400619ce48cf4d534e844d Exit status: 0 Duration: 21
-rw-r--r--src/infrastructure/guix/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 6ade395..e37ce73 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -313,7 +313,7 @@
(enable-commit-graph? #t)
(enable-follow-links? #t)
(enable-index-links? #t)
- (enable-index-owner? #t)
+ (enable-index-owner? #f)
(enable-log-filecount? #t)
(enable-log-linecount? #t)
(enable-remote-branches? #t)