12 lines
157 B
Nix
12 lines
157 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.hydra = {
|
|
enable = true;
|
|
port = 3003;
|
|
|
|
hydraURL = "hydra.tlater.net";
|
|
notificationSender = "hydra@tlater.net";
|
|
};
|
|
}
|