summaryrefslogtreecommitdiff
path: root/hosts/p-body
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/p-body')
-rw-r--r--hosts/p-body/hydra.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/p-body/hydra.nix b/hosts/p-body/hydra.nix
index c24d3c1..115e077 100644
--- a/hosts/p-body/hydra.nix
+++ b/hosts/p-body/hydra.nix
@@ -1,5 +1,7 @@
{
config,
+ hydra,
+ pkgs,
self,
...
}: let
@@ -22,6 +24,7 @@ in {
services.hydra = {
enable = true;
+ package = hydra.packages.${pkgs.system}.hydra;
hydraURL = "https://hydra.${domain}";
notificationSender = "hydra@${domain}";
listenHost = "localhost";