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