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