[NixOS] Disable home-assistant
This commit is contained in:
parent
a18188d3b1
commit
fb671d1401
@ -98,7 +98,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = false;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
# Components required to complete the onboarding
|
# Components required to complete the onboarding
|
||||||
"met"
|
"met"
|
||||||
|
Loading…
Reference in New Issue
Block a user