chore(home-assistant): move into own folder

This commit is contained in:
Felix Schröter 2022-12-29 18:37:40 +01:00
parent bf60a6fd82
commit 75e62fc0b9
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 2 additions and 2 deletions
home-server.nix
services/home-assistant

View file

@ -23,7 +23,7 @@ in with builtins; {
./services/etebase.nix
./services/mosquitto.nix
./services/genie.nix
./services/home-assistant.nix
./services/home-assistant
./services/esphome.nix
./services/watchtower.nix
./services/owntracks.nix

View file

@ -90,7 +90,7 @@ in {
];
age.secrets.hass-secrets = {
file = ../secrets/hass/secrets.age;
file = ../../secrets/hass/secrets.age;
path = "/var/lib/hass/secrets.yaml";
owner = "hass";
group = "hass";