Set ha config to null

This commit is contained in:
Torjus Håkestad 2024-05-01 19:25:06 +02:00
parent 83fb68c46a
commit 956d4dcdff

View File

@ -3,5 +3,6 @@
services.home-assistant = { services.home-assistant = {
enable = true; enable = true;
configWritable = true; configWritable = true;
config = null;
}; };
} }