From bb03b6fa7624cd8760af468eae961927c4699e2e Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Wed, 12 Mar 2025 01:55:46 +0000 Subject: [PATCH] nixos/home/hass: Add HEOS --- nixos/boxes/home/palace/vms/sfh/containers/hass.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/boxes/home/palace/vms/sfh/containers/hass.nix b/nixos/boxes/home/palace/vms/sfh/containers/hass.nix index 5103e3e..689b829 100644 --- a/nixos/boxes/home/palace/vms/sfh/containers/hass.nix +++ b/nixos/boxes/home/palace/vms/sfh/containers/hass.nix @@ -119,6 +119,7 @@ in "denonavr" "webostv" "androidtv_remote" + "heos" ]; extraPackages = python3Packages: with python3Packages; [ zlib-ng @@ -150,6 +151,7 @@ in ipv4.address ipv6.address ]; + ip_ban_enabled = false; }; automation = "!include automations.yaml"; script = "!include scripts.yaml";