Add homeassistant configuration

This commit is contained in:
Yan Lin 2025-09-07 21:16:27 +02:00
parent b41aac2041
commit 69537d20b3
6 changed files with 300 additions and 0 deletions

View file

@ -33,6 +33,11 @@ in
"/var/lib/containers/home/config:/config"
"/etc/localtime:/etc/localtime:ro"
"/run/dbus:/run/dbus:ro"
# Mount declarative configuration files
"/home/yanlin/.config/nix/config/homeassistant/configuration.yaml:/config/configuration.yaml:ro"
"/home/yanlin/.config/nix/config/homeassistant/automations.yaml:/config/automations.yaml:ro"
"/home/yanlin/.config/nix/config/homeassistant/scenes.yaml:/config/scenes.yaml:ro"
"/home/yanlin/.config/nix/config/homeassistant/scripts.yaml:/config/scripts.yaml:ro"
];
environment = {