tlaternet-server/configuration/services/hydra.nix

12 lines
157 B
Nix
Raw Normal View History

2021-05-13 21:12:11 +01:00
{ ... }:
{
services.hydra = {
enable = true;
port = 3003;
hydraURL = "hydra.tlater.net";
notificationSender = "hydra@tlater.net";
};
}