nixberry: update flake and activate HA

This commit is contained in:
Christoph Hollizeck 2025-12-04 17:03:20 +01:00
parent 0b21525bd3
commit 6a58267d10
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 9 additions and 10 deletions

View file

@ -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 =