stockholm/makefu/2configs/home/ham/device_tracker/tile.nix
2021-12-04 17:34:25 +01:00

11 lines
189 B
Nix

{
services.home-assistant.config.device_tracker =
[
{ inherit (import <secrets/hass/tile.nix>) username password;
platform = "tile";
show_inactive = true;
}
];
}