summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index c41ce1ad..91604105 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -398,7 +398,10 @@ in rec {
398 clone-prefix=git://git.rheperire.org https://git.rheperire.org 398 clone-prefix=git://git.rheperire.org https://git.rheperire.org
399 399
400 strict-export=git-daemon-export-ok 400 strict-export=git-daemon-export-ok
401 project-list=${pkgs.writeText "project-list" "rheperire.git"} 401 project-list=${pkgs.writeText "project-list" ''
402 rheperire.git
403 uuid-crypto.git
404 ''}
402 section-from-path=2 405 section-from-path=2
403 scan-path=/srv/git/repositories 406 scan-path=/srv/git/repositories
404 ''; 407 '';