re-enable home assistant
This commit is contained in:
parent
0e768908b1
commit
fddc427333
1 changed files with 8 additions and 8 deletions
|
|
@ -12,16 +12,16 @@ in
|
|||
{
|
||||
config = {
|
||||
|
||||
# age.secrets = {
|
||||
# "ha/ns" = {
|
||||
# file = ../../secrets/home-assistant/ns.age;
|
||||
# owner = "hass";
|
||||
# group = "hass";
|
||||
# };
|
||||
# };
|
||||
age.secrets = {
|
||||
"ha/ns" = {
|
||||
file = ../../secrets/home-assistant/ns.age;
|
||||
owner = "hass";
|
||||
group = "hass";
|
||||
};
|
||||
};
|
||||
|
||||
services.home-assistant = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
extraComponents = [
|
||||
"esphome"
|
||||
"met"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue