refactor: move ESPHome config into Home Assistant folder
This commit is contained in:
parent
029b83ef4e
commit
175960af77
|
@ -23,7 +23,6 @@ in with builtins; {
|
|||
./services/etebase.nix
|
||||
./services/genie.nix
|
||||
./services/home-assistant
|
||||
./services/esphome.nix
|
||||
./services/watchtower.nix
|
||||
./services/immich.nix
|
||||
./services/miniflux.nix
|
||||
|
|
|
@ -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 ];
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ let
|
|||
inherit (config.services.home-assistant) configDir;
|
||||
passwordFile = config.age.secrets.esphome-password.path;
|
||||
in {
|
||||
age.secrets.esphome-password.file = ../secrets/esphome/password.age;
|
||||
age.secrets.esphome-password.file = ../../secrets/esphome/password.age;
|
||||
|
||||
services.nginx = {
|
||||
virtualHosts."esphome.felschr.com" = {
|
Loading…
Reference in a new issue