diff options
Diffstat (limited to 'nixos/modules/home-assistant.nix')
-rw-r--r-- | nixos/modules/home-assistant.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/home-assistant.nix b/nixos/modules/home-assistant.nix index b22a285..efe5b84 100644 --- a/nixos/modules/home-assistant.nix +++ b/nixos/modules/home-assistant.nix @@ -139,11 +139,10 @@ in { sensor = import ./home-assistant/sensors.nix; light = import ./home-assistant/light.nix; }; - met = {}; default_config = {}; automation = "!include automations.yaml"; }; - extraComponents = []; + extraComponents = ["met"]; package = pkgs.home-assistant.override { extraPackages = pkgs: with pkgs; [ |