Use unstable home assistant
This commit is contained in:
parent
1e7ac038a1
commit
2e86610f0f
2 changed files with 4 additions and 6 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
{ pkgs, unstable, lib, config, ... }:
|
||||
let
|
||||
hosts = import ../../hosts.nix;
|
||||
in
|
||||
|
|
@ -178,6 +174,7 @@ in
|
|||
#
|
||||
home-assistant = {
|
||||
enable = true;
|
||||
package = unstable.home-assistant;
|
||||
openFirewall = true;
|
||||
config = {
|
||||
default_config = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue