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 ];
}

Binary file not shown.

View file

@ -4,6 +4,7 @@ let
in lib.setDefault { inherit publicKeys; } [
"acme-certs_secret"
"named-bind_dnskeys_conf"
"ntfy_sh-environment_file"
"plausible_admin-user-password-file"
"plausible_secret-key-base-file"
"plausible_release-cookie-file"