feat(ntfy-sh): Add smtp setup

This commit is contained in:
Tom Hubrecht 2023-10-22 22:31:06 +02:00
parent e5fe18f28c
commit c19f8a0822
3 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
_:
{ config, ... }:
let host = "push.dgnum.eu";
@ -23,4 +23,7 @@ in {
proxyWebsockets = true;
};
};
systemd.services.ntfy-sh.serviceConfig.EnvironmentFile =
[ config.age.secrets."ntfy_sh-environment_file".path ];
}