WIP: Add hydra
This commit is contained in:
parent
343c7fcc36
commit
571e836887
3 changed files with 31 additions and 1 deletions
16
configuration/services/hydra.nix
Normal file
16
configuration/services/hydra.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
port = 3003;
|
||||
|
||||
hydraURL = "hydra.tlater.net";
|
||||
notificationSender = "hydra@tlater.net";
|
||||
extraConfig = ''
|
||||
<gitea_authorization>
|
||||
|
||||
</gitea_authorization>
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue