feat: add ntfy

This commit is contained in:
Yuris Cakranegara
2025-06-07 16:31:27 +10:00
parent f2ba33fc73
commit e91d1730f6
3 changed files with 65 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ output "service_definitions" {
description = "Service definitions for all services"
value = [
module.actualbudget.service_definition,
module.emulatorjs.service_definition
module.emulatorjs.service_definition,
module.ntfy.service_definition
]
}