tlaternet-server/configuration/services/hydra.nix
Tristan Daniël Maat 7ba4a8992c
Add hydra
2021-05-14 12:21:13 +01:00

12 lines
157 B
Nix

{ ... }:
{
services.hydra = {
enable = true;
port = 3003;
hydraURL = "hydra.tlater.net";
notificationSender = "hydra@tlater.net";
};
}