17 lines
244 B
Nix
17 lines
244 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.hydra = {
|
|
enable = true;
|
|
port = 3003;
|
|
|
|
hydraURL = "hydra.tlater.net";
|
|
notificationSender = "hydra@tlater.net";
|
|
extraConfig = ''
|
|
<gitea_authorization>
|
|
|
|
</gitea_authorization>
|
|
'';
|
|
};
|
|
}
|