fix: ntfy client not picking up config file
This commit is contained in:
parent
57fa4724dd
commit
b566cdb15c
|
@ -14,6 +14,10 @@ in
|
||||||
ntfy-sh
|
ntfy-sh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
NTFY_CONFIG = "/etc/ntfy/client.yml";
|
||||||
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
secrets =
|
secrets =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue