10 lines
202 B
Nix
10 lines
202 B
Nix
|
{ ... }: {
|
||
|
services.hydra = {
|
||
|
enable = true;
|
||
|
hydraURL = "https://hydra.newtype.fr";
|
||
|
notificationSender = "hydra@localhost";
|
||
|
buildMachinesFiles = [ ];
|
||
|
useSubstitutes = true;
|
||
|
};
|
||
|
}
|