❄️ Nix configurations

chore: update hass image

Signed-off-by: aottr <alex@otter.foo>

+1 -1
+1 -1
modules/nixos/server/home-assistant.nix
··· 7 7 volumes = [ "home-assistant:/config" ]; 8 8 environment.TZ = "Europe/Paris"; 9 9 # Note: The image will not be updated on rebuilds, unless the version label changes 10 - image = "ghcr.io/home-assistant/home-assistant:2025.8.3"; 10 + image = "ghcr.io/home-assistant/home-assistant:2026.1.2"; 11 11 autoStart = true; 12 12 extraOptions = [ 13 13 "--privileged"