Add hydra
This commit is contained in:
parent
2ccaadd557
commit
7ba4a8992c
2 changed files with 13 additions and 0 deletions
configuration/services
11
configuration/services/hydra.nix
Normal file
11
configuration/services/hydra.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
port = 3003;
|
||||
|
||||
hydraURL = "hydra.tlater.net";
|
||||
notificationSender = "hydra@tlater.net";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue