refactor: move ESPHome config into Home Assistant folder

This commit is contained in:
Felix Schröter 2022-12-29 20:25:07 +01:00
parent 029b83ef4e
commit 175960af77
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,8 @@ let
port = config.services.home-assistant.config.http.server_port;
geniePort = 3232;
in {
imports = [ ./esphome.nix ];
# just installed for ConBee firmware updates
environment.systemPackages = with pkgs; [ deconz ];