effects: limit effect run to specific agent
This commit is contained in:
parent
9ef771e921
commit
d32d77b508
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue