Personal Nix setup
0
fork

Configure Feed

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

Fix image used for home-assistant

+2 -2
+2 -2
modules/server/home-assistant.nix
··· 8 8 cfg = config.modules.server.home-assistant; 9 9 10 10 containerImage = if stdenv.isAarch64 11 - then "ghcr.io/home-assistant/home-assistant:${cfg.revision}" 12 - else "ghcr.io/home-assistant/aarch64-home-assistant:${cfg.revision}"; 11 + then "ghcr.io/home-assistant/aarch64-homeassistant:${cfg.revision}" 12 + else "ghcr.io/home-assistant/home-assistant:${cfg.revision}"; 13 13 in { 14 14 options.modules.server.home-assistant = { 15 15 enable = mkOption {