added home assistant

might move into one of the existing modules
This commit is contained in:
2025-06-24 12:48:54 -04:00
parent fefa6dd3de
commit 90931e37ff

View File

@ -99,5 +99,21 @@
# Add username to groups "wheel" and "video" - more may be added here later
users.users.${userName}.extraGroups = ["wheel" "podman" "network"];
# Add Home Assistant service
services.home-assistant = {
enable = true;
extraComponents = [
# Components required to complete the onboarding
"esphome"
"met"
"radio_browser"
];
config = {
# Includes dependencies for a basic setup
# https://www.home-assistant.io/integrations/default_config/
default_config = {};
};
};
system.stateVersion = "24.11";
}