Add hydra

This commit is contained in:
Tristan Daniël Maat 2021-05-13 21:12:11 +01:00
parent 2ccaadd557
commit 7ba4a8992c
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 13 additions and 0 deletions
configuration/services

View file

@ -0,0 +1,11 @@
{ ... }:
{
services.hydra = {
enable = true;
port = 3003;
hydraURL = "hydra.tlater.net";
notificationSender = "hydra@tlater.net";
};
}