nixos/home-assistant: add finalPackage option to easily build your own config
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user