Skip to content

Commit

Permalink
add Class tag to AWS resources
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed May 3, 2024
1 parent 3cce0de commit b3cfad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake/colmena.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ in {
services.nomad.settings.client.node_class = name;
services.nomad.settings.client.meta.${name} = true;
deployment.tags = [name];
aws.instance.tags.Class = name;
};

perf-class = mkClass "perf";
Expand Down

0 comments on commit b3cfad2

Please sign in to comment.