mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
ntfy-client: Fix syntax
This commit is contained in:
parent
bc6a392b2e
commit
e2d3813380
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ in
|
||||||
{
|
{
|
||||||
default-host = cfg.server;
|
default-host = cfg.server;
|
||||||
subscribe = lib.singleton {
|
subscribe = lib.singleton {
|
||||||
topic = cfg.topic;
|
inherit (cfg) topic;
|
||||||
command = lib.getExe notifyScript;
|
command = lib.getExe notifyScript;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue