diff --git a/hosts/deployments.nix b/hosts/deployments.nix index e1ee8e6..780eb21 100644 --- a/hosts/deployments.nix +++ b/hosts/deployments.nix @@ -75,7 +75,7 @@ in targetHost = hosts.portainer; tags = [ "lxc" - "node" + "bacco" "portainer" ]; }; @@ -84,7 +84,7 @@ in targetHost = hosts.authentik; tags = [ "lxc" - "node" + "bacco" "auth" ]; }; @@ -93,7 +93,7 @@ in targetHost = hosts.colmena; tags = [ "lxc" - "node" + "bacco" "colmena" ]; };