WIP: Add hydra

This commit is contained in:
Tristan Daniël Maat 2021-05-13 21:12:11 +01:00 committed by Tristan Daniël Maat
parent 343c7fcc36
commit 571e836887
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 31 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{ ... }:
{
services.hydra = {
enable = true;
port = 3003;
hydraURL = "hydra.tlater.net";
notificationSender = "hydra@tlater.net";
extraConfig = ''
<gitea_authorization>
</gitea_authorization>
'';
};
}