Use unstable home assistant

This commit is contained in:
Filippo Berto 2026-01-05 11:02:27 +01:00
parent 1e7ac038a1
commit 2e86610f0f
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 4 additions and 6 deletions

View file

@ -1,8 +1,4 @@
{ pkgs { pkgs, unstable, lib, config, ... }:
, lib
, config
, ...
}:
let let
hosts = import ../../hosts.nix; hosts = import ../../hosts.nix;
in in
@ -178,6 +174,7 @@ in
# #
home-assistant = { home-assistant = {
enable = true; enable = true;
package = unstable.home-assistant;
openFirewall = true; openFirewall = true;
config = { config = {
default_config = { }; default_config = { };

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, unstable, ... }:
let let
hosts = import ../../hosts.nix; hosts = import ../../hosts.nix;
in in
@ -199,6 +199,7 @@ in
}; };
home-assistant = { home-assistant = {
enable = true; enable = true;
package = unstable.home-assistant;
openFirewall = true; openFirewall = true;
config = { config = {
default_config = { }; default_config = { };