Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton committed Jan 13, 2025
1 parent 58a1398 commit d31b988
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions modules/nixos/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ in
openFirewall = true;
config = {
recorder.db_url = "postgresql://@/hass";
homeassistant = {
name = "Burbage";
latitude = "!secret latitude";
longitude = "!secret longitude";
elevation = "!secret elevation";
unit_system = "metric";
time_zone = "UTC";
};
zone = [
{
name = "Quorndon";
latitude = "!secret quorndon_latitude";
longitude = "!secret quorndon_longitude";
radius = "100";
}
];
shopping_list = { };
weather = { };
feedreader.urls = [
Expand Down

0 comments on commit d31b988

Please sign in to comment.