❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add custom_components bind

aottr 613f2872 fd03ca5f

+4 -1
+4 -1
modules/nixos/server/home-assistant.nix
··· 4 4 virtualisation.oci-containers = { 5 5 backend = "podman"; 6 6 containers.homeassistant = { 7 - volumes = [ "home-assistant:/config" ]; 7 + volumes = [ 8 + "home-assistant:/config" 9 + "/var/lib/homeassistant/custom_components:/config/custom_components" 10 + ]; 8 11 environment.TZ = "Europe/Paris"; 9 12 # Note: The image will not be updated on rebuilds, unless the version label changes 10 13 image = "ghcr.io/home-assistant/home-assistant:2026.1.2";