feat(ntfy-sh): Add smtp setup
This commit is contained in:
parent
e5fe18f28c
commit
c19f8a0822
3 changed files with 5 additions and 1 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
BIN
machines/web01/secrets/ntfy_sh-environment_file
Normal file
BIN
machines/web01/secrets/ntfy_sh-environment_file
Normal file
Binary file not shown.
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue