From a1f17d185073e6a14c6fd78be8bb6531c7218e9a Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sun, 15 Dec 2024 12:49:13 +0100 Subject: [PATCH] feat(meta/options): Add the system type to the default tags --- meta/options.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/options.nix b/meta/options.nix index bb9e739..adfe420 100644 --- a/meta/options.nix +++ b/meta/options.nix @@ -212,7 +212,10 @@ in config = { deployment = { - tags = [ "infra-${config.site}" ]; + tags = [ + "infra-${config.site}" + config.nixpkgs.system + ]; } // (optionalAttrs (builtins.hasAttr name args.config.network) { targetHost =