dotfiles/home/dot_config/metapac/groups/homelab.toml
Felipe M. 31e874a470
Make homelab automation tools available on both hosts. This prevents host baselines from owning shared tools.
Verified: chezmoi apply --dry-run --verbose and metapac parsed the rendered configuration.
2026-09-02 18:29:07 +02:00

19 lines
213 B
TOML

arch = {
packages = [
"age",
"sops",
"terraform",
"ansible",
"1password-cli",
]
}
brew = {
packages = [
"age",
"sops",
"terraform",
"ansible",
"1password-cli",
]
}