Skip to content

Commit

Permalink
enable basic home-asistant
Browse files Browse the repository at this point in the history
  • Loading branch information
data-djinn committed Dec 30, 2023
1 parent 7cebb2a commit c59e273
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 35 deletions.
1 change: 1 addition & 0 deletions machines/kraken/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
../../modules/profiles/common

# ../../modules/services/k3s
../../modules/services/home_assistant
];


Expand Down
10 changes: 10 additions & 0 deletions modules/services/home_assistant/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
{ pkgs, ... }:

{
services.home-assistant = {
enable = true;
extraComponents = [
"esphome"
"met"
"radio_browser"
];
config = {
frontend = { };
default_config = { };
homeassistant = {
unit_system = "imperial";
name = "Home";
temperature_unit = "F";
time_zone = "America/New_York";
};
};
};
}
35 changes: 0 additions & 35 deletions modules/services/home_assistant/server/default.nix

This file was deleted.

0 comments on commit c59e273

Please sign in to comment.