epyc: add hydra.newtype.fr

This commit is contained in:
Raito Bezarius 2023-08-01 17:04:03 +02:00
parent 81cf3e0769
commit 567b99aa57

View file

@ -0,0 +1,9 @@
{ ... }: {
services.hydra = {
enable = true;
hydraURL = "https://hydra.newtype.fr";
notificationSender = "hydra@localhost";
buildMachinesFiles = [ ];
useSubstitutes = true;
};
}