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,12 +31,10 @@ locals {
|
||||||
peripherals = { for name in [
|
peripherals = { for name in [
|
||||||
"garage"
|
"garage"
|
||||||
] : name => {
|
] : name => {
|
||||||
cfg = {
|
|
||||||
# enable if any user applications are enabled
|
# enable if any user applications are enabled
|
||||||
enable = anytrue([for _, app in local.application_configs: try(app.enable, false)])
|
enable = anytrue([for _, app in local.application_configs: try(app.enable, false)])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module "nixos" {
|
module "nixos" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue