services.home-assistant.config.lovelace.resource_mode

NixOS option

Set to "yaml" to load Lovelace resources from YAML configuration, or "storage" to manage them through the UI. See https://www.home-assistant.io/dashboards/dashboards/#resource_mode. Automatically set to "yaml" when customLovelaceModules is non-empty.

type: null or one of "yaml", "storage"
Default
if cfg.customLovelaceModules != [ ] then "yaml" else null
declared in: nixos/modules/services/home-automation/home-assistant.nixView source on NixOS/nixpkgs →