mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 23:34:39 +02:00
62f99a75dc
feat(service): remove ntfy
17 lines
420 B
Nix
17 lines
420 B
Nix
{ config, ... }:
|
|
{
|
|
# 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;
|
|
# };
|
|
# };
|
|
}
|