feat(service): replace ntfy with maddy

feat(service): remove ntfy
This commit is contained in:
2026-04-05 08:21:59 +02:00
parent 5340d33e0f
commit 62f99a75dc
5 changed files with 62 additions and 15 deletions
+13 -13
View File
@@ -1,16 +1,16 @@
{ config, ... }:
{
services.ntfy-sh = {
enable = true;
environmentFile = config.sops.templates."ntfy.env".path;
settings = {
listen-http = ":8005";
base-url = "https://ntfy.patrickcanal.it";
smtp-server-listen = ":25";
smtp-server-domain = "patrickcanal.it";
behind-proxy = true;
enable-login = true;
require-login = true;
};
};
# services.ntfy-sh = {
# enable = false;
# environmentFile = config.sops.templates."ntfy.env".path;
# settings = {
# listen-http = ":8005";
# base-url = "https://ntfy.patrickcanal.it";
# smtp-server-listen = ":25";
# smtp-server-domain = "patrickcanal.it";
# behind-proxy = true;
# enable-login = true;
# require-login = true;
# };
# };
}