create homelab folder for EDI home server

This commit is contained in:
Aaron Honeycutt 2024-02-20 16:19:08 -07:00
parent 0194d4003d
commit 9ea813f88a
3 changed files with 0 additions and 0 deletions

View file

@ -1,30 +0,0 @@
{ config, pkgs, lib, ... }:
{
services.home-assistant = {
enable = true;
extraComponents = [
"cast"
"esphome"
"google_translate"
"lacrosse"
"lacrosse_view"
"met"
"nest"
"radio_browser"
"systemmonitor"
"tplink"
];
config = {
# Includes dependencies for a basic setup
# https://www.home-assistant.io/integrations/default_config/
default_config = {};
homeassistant = {
unit_system = "imperial";
temperature_unit = "F";
time_zone = "America/Denver";
};
feedreader.urls = [ "https://nixos.org/blogs.xml" ];
};
};
}