forked from DGNum/infrastructure
feat(meta/options): Add the system type to the default tags
This commit is contained in:
parent
76419de740
commit
a1f17d1850
1 changed files with 4 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue