mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
feat: factor out spacetime config
This commit is contained in:
@@ -10,8 +10,8 @@ in {
|
||||
./hass
|
||||
./telegram-bots
|
||||
<niveum/configs/distrobump.nix>
|
||||
<niveum/configs/nixpkgs-unstable.nix>
|
||||
<niveum/configs/nextcloud.nix>
|
||||
<niveum/configs/spacetime.nix>
|
||||
<niveum/configs/save-space.nix>
|
||||
<niveum/configs/tmux.nix>
|
||||
<niveum/configs/version.nix>
|
||||
|
||||
@@ -17,8 +17,8 @@ in
|
||||
config = {
|
||||
homeassistant = {
|
||||
name = "Toum";
|
||||
latitude = 52.461;
|
||||
longitude = 13.378;
|
||||
latitude = config.location.latitude;
|
||||
longitude = config.location.longitude;
|
||||
elevation = 90; # TODO find out how high I live
|
||||
unit_system = "metric";
|
||||
time_zone = config.time.timeZone;
|
||||
|
||||
Reference in New Issue
Block a user