summaryrefslogtreecommitdiff
path: root/hosts/p-body
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/p-body')
-rw-r--r--hosts/p-body/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index 665ac64..10d99d0 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -1,12 +1,14 @@
{
config,
+ guzzle_api,
+ hercules-ci-agent,
modulesPath,
pkgs,
- guzzle-api-server,
...
}: {
imports = [
(modulesPath + "/virtualisation/digital-ocean-image.nix")
+ hercules-ci-agent.nixosModules.agent-service
];
base = {
@@ -121,7 +123,7 @@
enable = true;
url = "http://167.99.145.73";
port = "80";
- package = guzzle-api-server;
+ package = guzzle_api.packages.x86_64-linux.guzzle-api-server;
};
hercules-ci-agent.enable = true;