hass unstable
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
lib,
|
||||
pkgs,
|
||||
namespace,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
@@ -10,7 +11,16 @@ let
|
||||
cfg = config.${namespace}.services.home-assistant;
|
||||
in
|
||||
{
|
||||
disabledModules = [
|
||||
"services/home-automation/home-assistant.nix"
|
||||
];
|
||||
|
||||
imports = [
|
||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/home-automation/home-assistant.nix"
|
||||
];
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
@@ -76,9 +86,9 @@ in
|
||||
"fully_kiosk"
|
||||
"generic"
|
||||
"generic_thermostat"
|
||||
"geo_json_events"
|
||||
"geo_location"
|
||||
"geo_rss_events"
|
||||
# "geo_json_events"
|
||||
# "geo_location"
|
||||
# "geo_rss_events"
|
||||
"github"
|
||||
"gitlab_ci"
|
||||
"glances"
|
||||
|
||||
Reference in New Issue
Block a user