idk
This commit is contained in:
@@ -8,7 +8,10 @@ let
|
||||
cfg = config.${namespace}.services.home-assistant;
|
||||
in
|
||||
{
|
||||
imports = [ ./options.nix ];
|
||||
imports = [
|
||||
./options.nix
|
||||
./dashboards
|
||||
];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# This bypasses the component validation and places it directly in HA's data directory
|
||||
|
||||
Reference in New Issue
Block a user