diff --git a/flake.nix b/flake.nix index fd55eea..5e21b98 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 262 current 2025-10-11 02:49:09 25.05.20251006.20c4598 6.12.50 * +# generation: 263 current 2025-10-11 02:55:17 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index a8c2d8a..6558006 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -61,6 +61,7 @@ in autoStart = true; extraOptions = [ "--pull=newer" + "--network=host" ]; volumes = [ "${cfg.data_dir}:/config"