Skip to content

homeassistant

Example

nix
{
  homeassistant.enable = true;
}

Stack Options

nps.stacks.homeassistant.containers.homeassistant

Alias of {option}services.podman.containers.homeassistant.

Type
plaintext
submodule
Declaration

nps.stacks.homeassistant.enable

Whether to enable homeassistant.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration

nps.stacks.homeassistant.settings

Settings that will be written to the 'configuration.yaml' file. If you want to configure settings through the UI, set this option to null. In that case, no managed configuration.yaml will be provided.

Type
plaintext
null or YAML 1.1 value
Declaration