Use unstable home assistant
This commit is contained in:
parent
1e7ac038a1
commit
2e86610f0f
2 changed files with 4 additions and 6 deletions
|
|
@ -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 = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue