summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-24 01:41:22 -0400
committerseth <[email protected]>2023-04-24 01:41:22 -0400
commitff8b982910545c0f6455c87c3b3c69fed8b41307 (patch)
tree27dc2cb57ec461b1d8fd57bee004df14026b9b6b /hosts
parentabdb47739e7198f7b3f1a108c61105e1f3e6d3d7 (diff)
pbody: enable cachix and hci
Diffstat (limited to 'hosts')
-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;