feat: Disable home-assistant

This commit is contained in:
uttarayan21
2025-01-13 11:00:28 +05:30
parent 4e7955d5fe
commit cb928fd3d0
3 changed files with 4 additions and 7 deletions

View File

@@ -1,11 +1,7 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
services = {
home-assistant = {
enable = true;
enable = false;
extraComponents = [
"esphome"
"met"