Skip to content

Commit

Permalink
feat(hk47): remove home-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Feb 13, 2024
1 parent b8d984a commit b1c10fe
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions hosts/hk47/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,7 @@ in
];

services.openssh.enable = true;
services.home-assistant = {
enable = true;
openFirewall = true;
extraComponents = [
# Components required to complete the onboarding
"zha"
"met"
"radio_browser"
"homekit"
];
config = {
# Includes dependencies for a basic setup
# https://www.home-assistant.io/integrations/default_config/
default_config = {};
"automation ui" = "!include automations.yaml";
};
};

services.avahi = {
enable = true;
reflector = true;
Expand Down

0 comments on commit b1c10fe

Please sign in to comment.