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