epyc: add hydra.newtype.fr
This commit is contained in:
parent
81cf3e0769
commit
567b99aa57
9
modules/hydra/coordinator.nix
Normal file
9
modules/hydra/coordinator.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }: {
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
hydraURL = "https://hydra.newtype.fr";
|
||||
notificationSender = "hydra@localhost";
|
||||
buildMachinesFiles = [ ];
|
||||
useSubstitutes = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue