Install and activate Hydra
This commit is contained in:
parent
4cf99ff033
commit
d816833846
Binary file not shown.
12
flake.nix
12
flake.nix
@ -46,7 +46,17 @@
|
||||
|
||||
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 = {
|
||||
enable = true;
|
||||
liveRestore = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user