This commit is contained in:
Tim Schubert 2021-01-02 20:00:51 +01:00
parent 0568af61cf
commit 060c312336
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -13,11 +13,11 @@ in
services.hydra = { services.hydra = {
enable = true; enable = true;
hydraURL = "https://hydra.dadada.li"; hydraURL = "hydra.dadada.li";
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
buildMachinesFiles = [ ]; buildMachinesFiles = [ ];
useSubstitutes = true; useSubstitutes = true;
#listenHost = "hydra.dadada.li"; listenHost = "hydra.dadada.li";
port = 3000; port = 3000;
}; };