diff --git a/modules/home/services/ntfy-client.nix b/modules/home/services/ntfy-client.nix index 7d52ee7..e7e08e5 100644 --- a/modules/home/services/ntfy-client.nix +++ b/modules/home/services/ntfy-client.nix @@ -49,7 +49,7 @@ in { default-host = cfg.server; subscribe = lib.singleton { - topic = cfg.topic; + inherit (cfg) topic; command = lib.getExe notifyScript; }; }