Make example for ntfyUrlFile better

This commit is contained in:
batteredbunny 2024-03-29 23:19:40 +02:00
parent 03fc9682cd
commit f1831e6574

View file

@ -39,6 +39,8 @@ system.autoUpgrade = {
updateFlake = true; updateFlake = true;
failureNotification = { failureNotification = {
enable = true; enable = true;
# NTFY_URL=https://ntfy.example.com/topic
ntfyUrlFile = "/etc/secrets/failureNotification.env"; ntfyUrlFile = "/etc/secrets/failureNotification.env";
}; };
}; };