This commit is contained in:
Lilith 2026-01-14 01:47:39 +01:00
parent fec49d5bba
commit b57fb6d243
No known key found for this signature in database
GPG key ID: 272C807BD91F8446

View file

@ -7,7 +7,9 @@
{ {
config = lib.mkIf config.server.home-assistant.enable { config = lib.mkIf config.server.home-assistant.enable {
sops.secrets."home-assistant/mosquitto/hass" = { }; sops.secrets."home-assistant/mosquitto/hass" = {
sopsFile = "hosts/lilith-lab/secrets/default.yaml"
};
services.mosquitto = { services.mosquitto = {
enable = true; enable = true;