forked from Fediversity/Fediversity
fix for 285
This commit is contained in:
parent
eeb3970fda
commit
53b7edcbdf
1 changed files with 2 additions and 4 deletions
|
@ -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)])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue