services.gitDaemon.enable

NixOS option

Enable Git daemon, which allows public hosting of git repositories without any access controls. This is mostly intended for read-only access. You can allow write access by setting daemon.receivepack configuration item of the repository to true. This is solely meant for a closed LAN setting where everybody is friendly. If you need any access controls, use something else.

type: boolean
Default
false
declared in: nixos/modules/services/networking/git-daemon.nixView source on NixOS/nixpkgs →