From d32d77b508d4f1900d8e77042830a3bdb7df4ebd Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 25 May 2022 00:23:43 +0200 Subject: [PATCH] effects: limit effect run to specific agent --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 94a2e70..edc97a8 100644 --- a/flake.nix +++ b/flake.nix @@ -105,6 +105,7 @@ effects = { branch, ... }: { deploy-prophet = effects.runIf (branch == "hci-improvements") (effects.runNixOS { + requiredSystemFeatures = [ "hci-deploy-agent-nixos" ]; config = self.nixosConfigurations.prophet.config // { outPath = "wtfwtfwtfwtfwtfwtf"; }; secretsMap.ssh = "deploy-ssh";