aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-11 23:50:16 -0300
committerEuAndreh <eu@euandre.org>2023-03-11 23:50:16 -0300
commit193086d2bf9ebe5216fa149ceeff8f3e0fdb8b22 (patch)
treeaa4f5f0b30212e4ae0d3cfa3af2a2c36c5ac7dba
parentsystem.scm: Add cache by default for nginx static assets (diff)
downloadtoph-193086d2bf9ebe5216fa149ceeff8f3e0fdb8b22.tar.gz
toph-193086d2bf9ebe5216fa149ceeff8f3e0fdb8b22.tar.xz
system.scm: (enable-index-links? #t) for cgit
-rw-r--r--src/infrastructure/guix/system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index b1a4f4d..7940c4f 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -312,6 +312,7 @@
(nocache? #t)
(enable-commit-graph? #t)
(enable-follow-links? #t)
+ (enable-index-links? #t)
(enable-index-owner? #t)
(enable-log-filecount? #t)
(enable-log-linecount? #t)