[NixOS] Disable home-assistant

This commit is contained in:
Ivan Malison 2024-06-13 04:49:59 +00:00
parent a18188d3b1
commit fb671d1401

View File

@ -98,7 +98,7 @@ in
};
services.home-assistant = {
enable = true;
enable = false;
extraComponents = [
# Components required to complete the onboarding
"met"