From b566cdb15ce411bb045ef394704bea6f6a4f5480 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 5 Sep 2024 11:34:52 +0700 Subject: [PATCH] fix: ntfy client not picking up config file --- system/services/ntfy-sh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/services/ntfy-sh.nix b/system/services/ntfy-sh.nix index 83961d4..41c021d 100644 --- a/system/services/ntfy-sh.nix +++ b/system/services/ntfy-sh.nix @@ -14,6 +14,10 @@ in ntfy-sh ]; + environment.sessionVariables = { + NTFY_CONFIG = "/etc/ntfy/client.yml"; + }; + sops = { secrets = let