diff options
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
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) |