nixberry: update flake and activate HA
This commit is contained in:
parent
0b21525bd3
commit
6a58267d10
3 changed files with 9 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.home-assistant = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
configWritable = true;
|
||||
extraComponents = [
|
||||
"default_config"
|
||||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
customComponents = with pkgs.home-assistant-custom-components; [
|
||||
smartthinq-sensors
|
||||
sleep_as_android
|
||||
];
|
||||
|
||||
extraPackages =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue