mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Change ha config location
This commit is contained in:
parent
fbb3b5f4da
commit
cc95a84246
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
virtualisation.oci-containers = {
|
||||
backend = "podman";
|
||||
containers.homeassistant = {
|
||||
volumes = [ "home-assistant:/config" ];
|
||||
volumes = [ "home-assistant:/home/ha/ha-config" ];
|
||||
environment.TZ = "America/New_York";
|
||||
image = "ghcr.io/home-assistant/home-assistant:stable";
|
||||
extraOptions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue