nixos/home/hass: Add HEOS
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h0m24s

This commit is contained in:
Jack O'Sullivan 2025-03-12 01:55:46 +00:00
parent fd92cfae6e
commit bb03b6fa76

View File

@ -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";