stockholm/makefu/2configs/home/ham/device_tracker/tile.nix

11 lines
189 B
Nix
Raw Normal View History

2021-12-04 16:34:25 +00:00
{
services.home-assistant.config.device_tracker =
[
{ inherit (import <secrets/hass/tile.nix>) username password;
platform = "tile";
show_inactive = true;
}
];
}