refactor: move ESPHome config into Home Assistant folder
This commit is contained in:
parent
029b83ef4e
commit
175960af77
3 changed files with 3 additions and 2 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue