diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/p-body/hydra.nix | 3 |
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"; |
