Unverified Commit 4c6641db authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

nixos/alertmanager-ntfy: improve documentation about topic option (#426956)

parents 1744f3da 0bb15142
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@ in
              topic = lib.mkOption {
                type = lib.types.str;
                description = ''
                  __Note:__ when using ntfy.sh and other public instances
                  it is recommended to set this option to an empty string and set the actual topic via
                  [](#opt-services.prometheus.alertmanager-ntfy.extraConfigFiles) since
                  the `topic` in `ntfy.sh` is essentially a password.

                  The topic to which alerts should be published.
                  Can either be a hardcoded string or a gval expression that evaluates to a string.
                '';