Install and activate Hydra

This commit is contained in:
James Eversole 2023-06-21 19:33:22 -05:00
parent 4cf99ff033
commit d816833846
2 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -46,7 +46,17 @@
time.timeZone = "America/Chicago"; time.timeZone = "America/Chicago";
services.openssh.enable = true; services = {
hydra = {
enable = true;
hydraURL = "http://localhost:3000";
notificationSender = "hydra@eversole.co";
buildMachinesFiles = [];
useSubstitutes = true;
};
openssh.enable = true;
};
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
liveRestore = false; liveRestore = false;