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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ ... }:
|
||||
{ inputs, ... }:
|
||||
final: _prev: {
|
||||
home-assistant = final.unstable.home-assistant;
|
||||
home-assistant-custom-components = final.unstable.home-assistant-custom-components;
|
||||
python3Packages = final.unstable.python3Packages;
|
||||
inherit (inputs.nixpkgs-unstable.home-assistant);
|
||||
# home-assistant = final.unstable.home-assistant;
|
||||
# home-assistant-custom-components = final.unstable.home-assistant-custom-components;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user