diff --git a/deploy/colmena.nix b/deploy/colmena.nix index c32b127..5af9332 100644 --- a/deploy/colmena.nix +++ b/deploy/colmena.nix @@ -9,6 +9,7 @@ let deployment = { targetHost = self.nixosConfigurations.${hostname}.config.ssh.publicHostname; targetUser = self.nixosConfigurations.${hostname}.config.ssh.username; + buildOnTarget = builtins.any (t: t != "local") tags; inherit tags; }; };