9 lines
203 B
Nix
9 lines
203 B
Nix
{
|
|
services.hydra = {
|
|
enable = true;
|
|
hydraURL = "http://agate.coho-tet.ts.net:3000/";
|
|
notificationSender = "hydra@localhost";
|
|
buildMachinesFiles = [ ];
|
|
useSubstitutes = true;
|
|
};
|
|
}
|