fix for 285

This commit is contained in:
Kiara Grouwstra 2025-05-11 19:12:44 +02:00
parent eeb3970fda
commit 53b7edcbdf
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -31,10 +31,8 @@ locals {
peripherals = { for name in [
"garage"
] : name => {
cfg = {
# enable if any user applications are enabled
enable = anytrue([for _, app in local.application_configs: try(app.enable, false)])
}
# enable if any user applications are enabled
enable = anytrue([for _, app in local.application_configs: try(app.enable, false)])
}
}
}