feat(meta/options): Add the system type to the default tags

This commit is contained in:
Tom Hubrecht 2024-12-15 12:49:13 +01:00
parent 76419de740
commit a1f17d1850
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -212,7 +212,10 @@ in
config = { config = {
deployment = deployment =
{ {
tags = [ "infra-${config.site}" ]; tags = [
"infra-${config.site}"
config.nixpkgs.system
];
} }
// (optionalAttrs (builtins.hasAttr name args.config.network) { // (optionalAttrs (builtins.hasAttr name args.config.network) {
targetHost = targetHost =