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,13 +31,11 @@ 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" {
source = "../sync-nix" source = "../sync-nix"