summaryrefslogtreecommitdiff
path: root/hosts/p-body
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/p-body')
-rw-r--r--hosts/p-body/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/p-body/default.nix b/hosts/p-body/default.nix
index 10d99d0..65d3e5f 100644
--- a/hosts/p-body/default.nix
+++ b/hosts/p-body/default.nix
@@ -17,6 +17,11 @@
defaultPackages.enable = false;
};
+ environment.systemPackages = with pkgs; [
+ cachix
+ hercules-ci-agent.packages.x86_64-linux.hercules-ci-cli
+ ];
+
nixos = {
enable = true;
networking.enable = false;