ntfy-client: Fix syntax

This commit is contained in:
SebastianStork 2026-03-12 23:19:48 +01:00
parent bc6a392b2e
commit e2d3813380
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -49,7 +49,7 @@ in
{
default-host = cfg.server;
subscribe = lib.singleton {
topic = cfg.topic;
inherit (cfg) topic;
command = lib.getExe notifyScript;
};
}