mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
fix: force HA configuration to null
This commit is contained in:
parent
244b4b4ce9
commit
a9e3f074ab
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
services = {
|
||||
home-assistant = {
|
||||
enable = true;
|
||||
config = null;
|
||||
config = lib.mkForce null;
|
||||
extraComponents = [
|
||||
"zha"
|
||||
"esphome"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue