services.gitDaemon.exportAll
NixOS option
Publish all directories that look like Git repositories (have the objects and refs subdirectories), even if they do not have the git-daemon-export-ok file. If disabled, you need to touch .git/git-daemon-export-ok in each repository you want the daemon to publish. Warning: enabling this without a repository whitelist or basePath publishes every git repository you have.
type: booleanDefault
declared in: nixos/modules/services/networking/git-daemon.nixView source on NixOS/nixpkgs →false