{ pkgs, ... }: { services.home-assistant = { enable = true; configWritable = true; }; }