diff options
| -rw-r--r-- | ymir.nix | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -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 | ''; |
