tlaternet-server/configuration/services/hydra.nix

17 lines
244 B
Nix
Raw Normal View History

2021-05-13 21:12:11 +01:00
{ ... }:
{
services.hydra = {
enable = true;
port = 3003;
hydraURL = "hydra.tlater.net";
notificationSender = "hydra@tlater.net";
extraConfig = ''
<gitea_authorization>
</gitea_authorization>
'';
};
}