nixos/home-assistant: add finalPackage option to easily build your own config

This commit is contained in:
Sandro Jäckel
2026-03-08 13:58:01 -07:00
committed by Robert Schütz
parent 3c1bead43b
commit ef82f61c36
@@ -566,6 +566,16 @@ in
'';
};
finalPackage = mkOption {
default = package;
internal = true;
readOnly = true;
type = types.package;
description = ''
The final Home Assistant package which is being used in the service.
'';
};
openFirewall = mkOption {
default = false;
type = types.bool;